Memory Pool Memory Pool Refreshing

4,377 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,916 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,877 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (780,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,092 127,092 00000000000007eb1a1f7895e5bc59432cb6d38ad82fc860af087a08b643863f 0.02 MB 41 828
127,091 127,091 000000000000107d144aa7ce12fbdaddf71bd6f737f66bcd6d4c0fe2c94e3086 0.03 MB 92 788
127,090 127,090 000000000000221a01c3aaa11b7c9144eb74fc80a3268996ffef211a39e578ab 0.02 MB 56 95
127,089 127,089 0000000000001207ba588dda924fe4e8195e16375a62cf561eba4d9e42adb752 0.02 MB 39 939
127,088 127,088 0000000000000038a9f42fc2e89d712b85b398a5a3c726b92e9f71412dafc342 0.02 MB 24 282
127,087 127,087 0000000000000cef88ec721777395a8635d173df329c151ffe35f1f6b3e04953 0.03 MB 56 947
127,086 127,086 00000000000018ca3b3fb58c3376568c5adaca6acbfdf714625dcfc51e65fb2b 0.01 MB 20 2,582
127,085 127,085 0000000000000f5827580205751e4dd644d91362172326e5af2bdcc77271c609 0.00 MB 7 1,939
127,084 127,084 0000000000002049b7733eabe85e0aafa9a52da75d58c4627c6d0fab6f252471 0.05 MB 154 270
127,083 127,083 0000000000001650c5e45d14ef375d669d7382d1903b8ae9a07396174566ece5 0.01 MB 36 1,266
127,082 127,082 00000000000019c44bbca17c58c5af89bb0ccf9642a95493050598eb3a68afdd 0.01 MB 30 1,368
127,081 127,081 00000000000016c8f35eb22018afd375d8f6bf43875d2963da12d960fb00f911 0.02 MB 51 901
127,080 127,080 00000000000002e9ffe1d6267f0cbb5e1d5a56d34428b917edeb85a4cd9ca735 0.03 MB 62 685
127,079 127,079 0000000000001b2222ff52159996c97e8437088bcc2b80ba0a05da2ff49c5405 0.03 MB 68 633
127,078 127,078 0000000000001e716643cefa4c02bd225ec37525703074a59b778ec3ef522013 0.00 MB 1 0
127,077 127,077 0000000000000bcbaf8b2dbac4516164e93be009e1210ad759ade1d65d9c9bc6 0.02 MB 41 705
127,076 127,076 0000000000000ea79b8d0fd28e344c91f026d30fc497c4949e75daa1fcbe0827 0.00 MB 9 873
127,075 127,075 0000000000000d409b28955a305bbf0d562bbc7a82acab2f350ce6a2a8715afb 0.00 MB 9 325
127,074 127,074 0000000000001943fa576fef2810fb6ec35e8c11c35c4e3184391aeea46c4ae6 0.00 MB 13 307
127,073 127,073 0000000000001ed39985916c277e58be7e6eae9ab9d9f3e0d7c3b4afaded4d56 0.01 MB 7 380
127,072 127,072 00000000000007edcc4d522c145f8d1d32863b466421e972799b43ecc6269058 0.03 MB 71 498
Previous 10 blocks ↓
Total Size: 769.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,644.26 GB sent, 94.87 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.