Memory Pool Memory Pool Refreshing

14,175 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,207 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (708,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,940 198,940 000000000000011dfd8589bc1c9210fd781d4b6c7b8d1b7e17f6a4baab8023f8 0.00 MB 9 182
198,939 198,939 00000000000003bab8137dd308b9ffbef3a19c61f448a7737dbdd88d8c4fa925 0.05 MB 122 147
198,938 198,938 00000000000002a3cc3fef96747dd1e33db91a998b8082bac1ec7a6bdfc22fa6 0.03 MB 70 118
198,937 198,937 00000000000001c38b9278d9badcc24819d0d5f0313364fa49aec15438b815e2 0.10 MB 229 232
198,936 198,936 00000000000001af450d6f0d68f20c4b39669d9a89c1e22372aeefaecfc4a1b0 0.11 MB 218 104
198,935 198,935 0000000000000309df1ed6bb2969edfc0302ef336de179828240d75f6abe88dd 0.20 MB 476 65
198,934 198,934 0000000000000412e461fbee80b17eacefb922f3d8a3a5eb614b20d0401d58e5 0.11 MB 200 87
198,933 198,933 000000000000007a4febd82686a1cf88f30a4ff3b68049c5a82839a6c9e5fd73 0.02 MB 54 105
198,932 198,932 0000000000000547e87150e208b1fbc317435d771568119386f3f611ae268afd 0.08 MB 195 164
198,931 198,931 000000000000052f8712b1e4a628a5a8e890bcd9c5d188020f758d243f2c40db 0.12 MB 296 304
198,930 198,930 00000000000001b1fee829df6ce375d51e0cd052d501c813c7913d2074892377 0.11 MB 270 116
198,929 198,929 000000000000003be28cc302f67152604545d33205d5f0119ee8007efbf22fa1 0.11 MB 256 12
198,928 198,928 0000000000000273514c0d8b9d520687ba73fb24ff3bdf6de838cf4a8620b9b5 0.06 MB 131 99
198,927 198,927 0000000000000367256b4571ef82dc2f7e1a203132125b9fb6940a1d71c6dbf2 0.05 MB 135 100
198,926 198,926 000000000000049da6fb139ef93d89d2c2488add0a22677df6ea114371ea7f2c 0.03 MB 61 124
198,925 198,925 000000000000009469b83d800b442ba17ac09e195e9b8fa8edc4e11121223ad2 0.00 MB 1 0
198,924 198,924 00000000000004e111377f58d98ab4991f14b908e5a5b413affcf72383607206 0.02 MB 57 120
198,923 198,923 00000000000001c73a9360e59f01761c93e53b0414f5de8335317a891c1d3666 0.07 MB 114 84
198,922 198,922 000000000000000248358ec4dd86ae3e16d4c3b359d25bf26e617ea38b1f34ea 0.12 MB 259 120
198,921 198,921 00000000000003d658140ef70abb4f4bf09d53944684fa135648b258a734ce4f 0.04 MB 111 139
198,920 198,920 00000000000000a53d1af9df173bae37ff14b4351508e57cd66d9dd9c45e8dcf 0.08 MB 306 209
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.