Memory Pool Memory Pool Refreshing

9,712 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (483,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
424,105 424,105 00000000000000000434b25b64cedf3a352b61b5c678a7af12bf387def61a6a2 1.00 MB 916 40
424,104 424,104 0000000000000000015b7c81082a771afc03fc23f6484e882e5ad43910edbdc2 1.00 MB 1,193 46
424,103 424,103 00000000000000000058ce5c92d4d521dcfe3f62860644871deaf08a6cac52fb 1.00 MB 2,366 71
424,102 424,102 000000000000000003ca9d753eb570680afd17c21cc664d9c0cd6b4a1f7e189e 0.98 MB 1,760 50
424,101 424,101 000000000000000000b9f6cbce5176f9649a57d5491c1e0e63bb0630a38dcbb9 0.65 MB 1,430 60
424,100 424,100 0000000000000000003acc23562e1c84e2473a7cd115d40980a0cf80da3cb9ef 0.05 MB 134 64
424,099 424,099 00000000000000000334a2ba2ae517d32f06d494f2385b032302e92356540467 0.92 MB 891 30
424,098 424,098 000000000000000000995122d6e337c4294f0a7534d9d6c374bc553251bb5413 1.00 MB 2,313 48
424,097 424,097 0000000000000000010859d947b74577d8e4878c826d0d52db19317920a60765 1.00 MB 2,167 116
424,096 424,096 000000000000000002abf32d84d63e2f7c664a29dc8d3445f0ba40f9fd96beac 0.13 MB 309 64
424,095 424,095 000000000000000004a8ee88a23c08d0dbe50128f400267851042375356e0271 0.95 MB 1,225 48
424,094 424,094 000000000000000001730f32ee7b39746c9d844a548925f53fc6b6e431bdb23c 1.00 MB 1,207 41
424,093 424,093 0000000000000000018c0b1a9af13feba84da6118d41df21a4b1c79266640072 1.00 MB 2,448 57
424,092 424,092 000000000000000000db0020e7afa95370b385cc3112e422f869c61e33ced95b 1.00 MB 2,895 100
424,091 424,091 0000000000000000035e7c0fc4cad2291271fc76ea4650f4bc3a0fa2012efaa4 1.00 MB 1,796 67
424,090 424,090 0000000000000000018d34b0939b70c497bda003c488ef76cdb7bfdd37e33c3d 1.00 MB 761 26
424,089 424,089 0000000000000000028cab28f04742a2244c467449a35cab69a7ffe01a4e3188 1.00 MB 2,389 69
424,088 424,088 000000000000000000d2bc28ceccb19c62f2b120baf3f41ed6648f0e67714229 0.64 MB 1,123 44
424,087 424,087 000000000000000001d508c98187d428cb249468bd1a1e8ccc36cd1ebcb17bd2 0.87 MB 2,077 79
424,086 424,086 000000000000000003245f08e8e38667e4743fc809d8eea281c89bb37f96826d 1.00 MB 2,158 72
424,085 424,085 00000000000000000024d85d66737ddd54ad325c8579ab727ba167567351f07d 0.12 MB 247 68
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.