Memory Pool Memory Pool Refreshing

10,112 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,148 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (419,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
488,165 488,165 0000000000000000007f4a61214d627c90f297ca04d234b8c95ed443713af7fa 0.75 MB 1,819 133
488,164 488,164 000000000000000000a1bacc34295d3720c02d6ee5bd872c7c9f12810f4fc639 1.03 MB 2,145 100
488,163 488,163 00000000000000000031944aee9496e6c77f909508b797b19b9f6a662a6e6996 1.12 MB 1,889 50
488,162 488,162 00000000000000000054b2030477d5df905366569638615b6a17917adf263233 1.05 MB 2,096 56
488,161 488,161 0000000000000000004a694e041f96233761d143d5ba21da20251196b33d5d40 1.00 MB 2,179 144
488,160 488,160 000000000000000000951ebfb9224b579780468e52a3b9a9e09fc7f782e072f1 1.02 MB 2,164 77
488,159 488,159 000000000000000000c3f2ef25d9b7983aeb6bf6fd73d5b1d39e7ce2568c2116 1.00 MB 2,120 26
488,158 488,158 000000000000000000679450319cb1875aa23e8b66220b00ef4b013730774d97 1.04 MB 2,413 126
488,157 488,157 000000000000000000a11427b21ebcb41af166f7b1be4d883b506839c5b05b76 1.03 MB 2,631 155
488,156 488,156 0000000000000000006dc2d51ebe5975938ed308604527ac27e4cc6dd5f40583 1.04 MB 1,816 50
488,155 488,155 000000000000000000d26a371de8831cef651e572c52b57687ca61cc4a225854 1.02 MB 2,520 150
488,154 488,154 0000000000000000003602c8a3d80a2e06e2998debf0d16dd3c69bafa365d6a2 0.60 MB 1,644 12
488,153 488,153 000000000000000000875fc42c8cee9b09f23a05845ede1ff273d85fd5f18e33 1.00 MB 2,184 12
488,152 488,152 0000000000000000004a6a6c4c2262112504d186811328d3d65a09dec6a9e0bd 1.00 MB 2,487 57
488,151 488,151 000000000000000000648fbaaed343eaf085ba87702e89e04e2cadbbeb2e507d 1.04 MB 2,374 110
488,150 488,150 000000000000000000420b061d962061043fcd7422beb5813bef42dae4021442 1.00 MB 2,142 141
488,149 488,149 000000000000000000deef36a147950f55d3aa935c476a11dd35c8dc16ae53d8 1.06 MB 2,147 76
488,148 488,148 00000000000000000089ef3ff85afa89c853f66b046af0e299f437786a7cf55f 1.00 MB 2,628 150
488,147 488,147 000000000000000000af83cbc78f3fdf1cb8ff6f3cf5cee948c60b3402703d0a 1.01 MB 2,667 151
488,146 488,146 000000000000000000c8575aac8b88756afe70917e6563bece1bed8ec5530985 1.08 MB 2,308 69
488,145 488,145 000000000000000000eab6b9fdde1562afcd22d169dcf4c473b61d9cf3bfbd1b 1.00 MB 1,735 96
Previous 10 blocks ↓
Total Size: 769.29 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.49 GB sent, 94.38 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.