Memory Pool Memory Pool Refreshing

686 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,985 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 672 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,984 (20,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
887,325 887,325 00000000000000000000b39b37d79d81af525c5eae7fb778d3994fd500331c7e 1.65 MB 3,196 4
887,324 887,324 00000000000000000001e414e164cc88467caf401955f7dcde3ddf8332f93c64 1.64 MB 3,308 3
887,323 887,323 0000000000000000000231354ea3e6a235f21f7ba4296cc8ac25998f979ce087 1.77 MB 4,375 2
887,322 887,322 00000000000000000000d8d4c2027476982a0dc7fce428824ca91065024ee26c 1.59 MB 3,244 3
887,321 887,321 00000000000000000000d1bbc526d69c7e424f67a534ed227978942455762e1a 1.69 MB 4,216 4
887,320 887,320 00000000000000000000ced06780e14adb601aef9ea7fba03623e2632f876c38 1.73 MB 4,895 5
887,319 887,319 00000000000000000001484f225fe619173a01c9b81f3dc3d30c75502755289a 1.68 MB 4,533 3
887,318 887,318 0000000000000000000095aee21e205048c57636dfe40522ed1a13065444c365 1.78 MB 4,532 3
887,317 887,317 00000000000000000000293e84448d6e50120b15e4de65a630c5140ccad66b07 1.66 MB 4,107 5
887,316 887,316 00000000000000000001065670e7a3b43dbaf32d1828ea0528020bdf2b0af064 1.50 MB 2,168 1
887,315 887,315 00000000000000000001086ba4de72ded7d092a47a17e09af85f9234dc217599 1.69 MB 4,213 2
887,314 887,314 000000000000000000004a9de60bcea3c5e4aca1fe4c9f3f7851125f56c913c8 1.49 MB 3,472 7
887,313 887,313 0000000000000000000079dcd521fa21cb68f84bc7ff0d894d2934fa6af16640 1.71 MB 3,005 1
887,312 887,312 000000000000000000004e42827b1da6541ab1f1a4cfbcf5844bfd7f0546827f 1.84 MB 3,318 3
887,311 887,311 000000000000000000023f9c0e8f3ad854632b0b6991641ce354d3c24f60ec5a 1.63 MB 3,271 3
887,310 887,310 00000000000000000001017aa87a6aa54c2205ea73162caff6c1be01a587f391 1.68 MB 2,588 2
887,309 887,309 000000000000000000026d642950d0ed7eecacc8bc3b544e3c1386cff12bfc4e 1.25 MB 853 2
887,308 887,308 000000000000000000007d809474a575fcf26f30dc16e3cee71d52a009e04e6a 1.43 MB 1,391 2
887,307 887,307 00000000000000000001df9a2502045279dc17a78f9afd4f428684bab672ef88 1.55 MB 2,064 3
887,306 887,306 0000000000000000000166185cd5eddf661f14b5b7a617433e02dc99e0092e9d 1.48 MB 3,341 6
887,305 887,305 00000000000000000001e628e7bae5282b1c95648798c5fb524e78bcb9c2c9f9 1.76 MB 2,198 10
Previous 10 blocks ↓
Total Size: 769.52 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,647.46 GB sent, 95.52 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.