Memory Pool Memory Pool Refreshing

5,838 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,919 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,174 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (576,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
331,066 331,066 00000000000000001649946b391caf50b8a57e1aa74f32b4a4b268ef04a23561 0.44 MB 681 25
331,065 331,065 00000000000000000b4c5e475882d6940f1542f6885597cc2bfde0f097bf7b2e 0.29 MB 582 30
331,064 331,064 000000000000000012cb102ca1f38ae4ab520e2067788ea5414cef2e45b9daf9 0.01 MB 16 23
331,063 331,063 00000000000000000a78d3b79cf58319c7fb5185d2418417d020d280010b5a44 0.13 MB 285 35
331,062 331,062 00000000000000001b1a5b59a0d65ce619ccc8f970e51eb0997f3fdae85ef801 0.02 MB 41 39
331,061 331,061 000000000000000009017740f30ee3bc5776d61ba719a88d55197cfe013bda49 0.10 MB 188 29
331,060 331,060 0000000000000000146e521171eeee3a03b1eae4435e7b8e816c7c724d420547 0.41 MB 759 29
331,059 331,059 0000000000000000130fa643ad78c01caf07b1db64981d1f29cd48eb79da553f 0.31 MB 539 31
331,058 331,058 0000000000000000130502e810a80ce5fbc5468c06338835797f0de407fcd099 0.11 MB 168 44
331,057 331,057 0000000000000000030f025ffc8a25325984970e1f89fe65d5fedfaeb8a77e9c 0.01 MB 32 40
331,056 331,056 0000000000000000082191bd7dad18dab04c1e1c3714c26f0dde4226c9f6f226 0.16 MB 341 21
331,055 331,055 0000000000000000192c3a42123b569790da2e8eb8e440214b418476e0e54356 0.16 MB 245 26
331,054 331,054 00000000000000000c0da7d9f7db74dc14939ec605d8988ffb837c496c7df8df 0.00 MB 1 0
331,053 331,053 00000000000000000bc1cac257b8e3c8a6ac2c6d6d27c671e97885ad67c382d9 0.03 MB 51 28
331,052 331,052 0000000000000000048daacd41f9f3f6c8c6d4a86de41ede2c431d0d3b9f893c 0.25 MB 468 33
331,051 331,051 0000000000000000045a53751985e60b61edfdbed1bab7cd417773863f1f4646 0.51 MB 990 29
331,050 331,050 00000000000000000d5b17acfb625be8a069fee053ff1aa666e6d6f99e552e6b 0.03 MB 75 32
331,049 331,049 000000000000000019452b14f3d076a30b112c4fb1a5f58932a381b65e8d11db 0.13 MB 219 25
331,048 331,048 000000000000000013e5f261c8489aea226d90d701327e0f9a138f3592ba14e1 0.09 MB 202 30
331,047 331,047 00000000000000000c0a666884174808a8c11a90d2d072642e0225e25abb14b8 0.27 MB 337 21
331,046 331,046 00000000000000000e972b2beb3df609715bbae66120f7c882e3cf3d740a2bbb 0.50 MB 800 26
Previous 10 blocks ↓
Total Size: 769.39 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.36 GB sent, 94.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.