Memory Pool Memory Pool Refreshing

10,509 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,504 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (299,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
608,249 608,249 0000000000000000001192b741b9d20747e62322926aa561a7311286c7354518 1.22 MB 3,156 31
608,248 608,248 0000000000000000001135c02dd5f861e16c0af832b04575d55dbfca08081748 1.70 MB 1,808 71
608,247 608,247 0000000000000000000f02f0c64aa91c3d139981172671678fa14b3a2e2f0b0a 0.72 MB 833 1
608,246 608,246 00000000000000000007c4a4f7201eb0dbfce2e4e005eaa56f335b0a9687addc 1.34 MB 2,473 12
608,245 608,245 000000000000000000020975490aaee4024ada5b26e4fe0c0a7b3f6ae517d55b 1.25 MB 2,918 16
608,244 608,244 00000000000000000006d62e9bbf99b8b5995e57c1dcfc22d63a75f039601b9f 1.67 MB 2,025 44
608,243 608,243 000000000000000000130632f0ef0586e72d0e1f9bbc4401e5dc0c56dcaee895 1.22 MB 2,492 11
608,242 608,242 000000000000000000005110981c00dc1d69f8c0bb800a4287fcbb87555d70b1 1.12 MB 3,122 10
608,241 608,241 000000000000000000044e0d095ed926abd4fee5066e6db407f0db257ce2f32a 1.27 MB 3,261 16
608,240 608,240 0000000000000000000539617a45b640380a31c3b71f05a83a8fba83c34d6b3a 1.31 MB 3,163 15
608,239 608,239 0000000000000000000d98d18acaa1bf4124a21c3829d1c6a54a6eca52325df2 1.68 MB 2,418 19
608,238 608,238 0000000000000000000e3814cd5a90a8ff913d56f3cff1760d143e09687392fa 1.34 MB 3,804 27
608,237 608,237 0000000000000000000b924b22cd30c33e7df70831de5e1412093ac40ea43d49 1.48 MB 3,226 22
608,236 608,236 0000000000000000000f5d99909511cc18941a689679527519ba19c5a748914b 1.64 MB 2,115 60
608,235 608,235 00000000000000000012f42ed0898700a4a5ad0d82836b74b4335a5fae310582 1.81 MB 1,667 72
608,234 608,234 00000000000000000003a2a7e9c2ca4b1186615d16f8bebaf5a906582dec96e4 1.73 MB 1,821 55
608,233 608,233 000000000000000000022812034c7fc3fd2c4ff268d6e79883ec490ad976d7ad 1.89 MB 1,115 70
608,232 608,232 00000000000000000005e9949b87553694c2ab93e33991c7fa3adb072b936281 2.33 MB 111 95
608,231 608,231 000000000000000000105637fcc5cadf9c13f5cf6e017ae54b3c2491ad796635 0.55 MB 651 40
608,230 608,230 00000000000000000007179a7f953344d118cddbe2df71012b1daee473a8f3e1 1.32 MB 2,805 14
608,229 608,229 000000000000000000094da097c63b1058d012abc6785058c9a2840ef144c93d 1.31 MB 3,243 9
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: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.46 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.