Memory Pool Memory Pool Refreshing

2,630 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (174,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,339 733,339 00000000000000000009e230b21e6b505f39dbf96b234ccc531eab96a024d41f 1.15 MB 1,213 6
733,338 733,338 00000000000000000008ca18b1af72fd1aa87451f1c6c1f821d14e0dc694254d 1.56 MB 2,171 3
733,337 733,337 000000000000000000024906ae27722e6e3b8109cb3b54d74a8ad077658af42d 1.46 MB 2,359 13
733,336 733,336 0000000000000000000151a9258393e969aeac9bbd64ecfbc767c0bcbe88a771 0.82 MB 1,577 6
733,335 733,335 00000000000000000008c14e872be411461dd9aaf61bb6a4b2b5e5321daacf14 1.11 MB 1,322 5
733,334 733,334 000000000000000000091f471e125ee4d2581593ad99581d0bdbdafb4a391fa7 1.53 MB 2,867 9
733,333 733,333 0000000000000000000986ec22f2dd2a55e925f9521cb5e643edda2c292e1ba9 0.87 MB 271 1
733,332 733,332 00000000000000000005d0bfbe83b72e6535127de0c0bbb593a82d2071ff4a59 1.59 MB 2,595 6
733,331 733,331 000000000000000000023990d163e748910aadd8fb9e92c1e27d55b9b34d199d 1.25 MB 1,634 5
733,330 733,330 00000000000000000006540040859de449e7112102d9a933be9cb48cabf303f8 0.85 MB 1,441 6
733,329 733,329 000000000000000000014ab873a6d50ac63d9770141eda7dcf5e0d20b9ae6824 1.39 MB 2,902 8
733,328 733,328 00000000000000000006bc576438daa41060ac8bd4c60d9cf9b0f485e45485b6 0.49 MB 1,075 8
733,327 733,327 0000000000000000000748c0aec7a82e1843378680d9a3035f31745e02ef5aee 0.61 MB 1,124 6
733,326 733,326 00000000000000000008103aa1e442a970b341cc41e2e1543ea02030b970fe73 0.63 MB 1,341 8
733,325 733,325 00000000000000000001cb93bbc25abb7a6397f3fd0cce17462177b675562ed4 0.54 MB 1,064 6
733,324 733,324 00000000000000000008a4832077c24e1573fa226f6884fe69a106c7be6d00ad 0.25 MB 554 8
733,323 733,323 000000000000000000006f0ab19c2aa463bd3341d09260b11bfdc97cb67779c7 0.01 MB 30 5
733,322 733,322 000000000000000000010be86ceef0296e6bf3d324089023f8ebe7d84eb21889 0.21 MB 329 7
733,321 733,321 000000000000000000000ece612bd13376600e0f647628434d3ceee0499fde4c 0.24 MB 568 7
733,320 733,320 000000000000000000025fd4ecb6890435a6e03937830427aa89e03567961782 0.27 MB 610 6
733,319 733,319 000000000000000000030760b113cd888d9cfd78ec1fe088b1166b3616c041d5 0.76 MB 1,531 7
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.