Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (521,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
386,341 386,341 0000000000000000053d7a492fa1325f4213126ee1bd26307747be879a4179f4 0.00 MB 1 0
386,340 386,340 00000000000000000417806aad463316b59f384606d29f1eb0f00c073ed3a337 0.93 MB 1,756 27
386,339 386,339 00000000000000000e046ca4a052e43277db3b7f885630206689fd984a49567d 0.93 MB 2,505 58
386,338 386,338 00000000000000000b69b4cbfe409e0c7c972cdcab30f8676a11a6ba5177488c 0.54 MB 1,326 46
386,337 386,337 00000000000000000e87f54d05f284c38f5c65b22beec35abb315349b4d7e19c 0.12 MB 194 34
386,336 386,336 00000000000000000cd28236b43b407f86645c46a9f4ecbbcab3aa372211b309 0.63 MB 760 20
386,335 386,335 00000000000000000ac7ab3d80e3cb9b4d0724ed5b2af92a4dcc3603d17905fb 0.93 MB 2,636 41
386,334 386,334 00000000000000000720be31c6593215e617595085352e14afcebfbe31b07971 0.05 MB 83 28
386,333 386,333 000000000000000004585f8bcbd62dc87a9dc01407204336e255e0fb0bd2be92 1.00 MB 666 10
386,332 386,332 0000000000000000004761d123704e504bce2f186f06e3f2fcf0c1a5697183b7 0.29 MB 605 35
386,331 386,331 00000000000000000543cbffda266060d71464f308eae12dcb79c6a415074508 0.17 MB 201 17
386,330 386,330 0000000000000000081a8ec26bcb961ebc3f3dda63eb2ed6a6d48013138abc9a 0.04 MB 99 28
386,329 386,329 0000000000000000075df6c0c4efbd5896d2b7a3b89509836a6ddf1ad5dda2fe 0.59 MB 1,157 31
386,328 386,328 000000000000000005e3990ee3f28b16d2056d60a5637cd08ca0e4218bb7a3de 0.19 MB 394 37
386,327 386,327 00000000000000000eb1035c3ed0782a15584f59ab4661419ba1fb41a8c96a35 0.20 MB 451 39
386,326 386,326 00000000000000000a89f382025552ea8a039b340b9b6f943c76dcd9b86f0bb9 0.66 MB 1,577 34
386,325 386,325 000000000000000000a7776a77fdd06df973119ed7d9d628ae50b1e02ace9c9d 0.97 MB 568 10
386,324 386,324 00000000000000000168f981f3b85ccac4d7226fde856429252c21bbe23eec57 1.00 MB 452 9
386,323 386,323 00000000000000000e4a463d71f6684ace32533aeec98564d4dad9eadd544c12 0.80 MB 915 21
386,322 386,322 000000000000000004330ca6311dbecdee3882b296f6c6bcf45675d3e4feb19c 0.95 MB 2,071 39
386,321 386,321 000000000000000007908db8880e24b3f3401b9503596aa01cea2646af477a1f 0.07 MB 44 8
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.