Memory Pool Memory Pool Refreshing

8,375 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/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 1.00 vMB 3,860 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (530,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
377,299 377,299 000000000000000002445ac2a311c044fa6242c8d515b64096617518a7eb210e 0.59 MB 1,202 42
377,298 377,298 000000000000000010734953ce486a820b6f7907e879b1b6e30fccf603098bef 0.42 MB 907 37
377,297 377,297 00000000000000000cc3037b9d14e4f6bf0b0e01b8d2ba754b2d3ea5bb12b9ef 0.49 MB 1,187 43
377,296 377,296 000000000000000002ae7b033e73f0db1235bac55691ac87a5dd56cbed258338 0.12 MB 285 37
377,295 377,295 000000000000000011b93555dcc39bca91d3e9f10b954fe5add59d48f5c82f49 0.93 MB 1,940 38
377,294 377,294 000000000000000004ca8816a989d0fb7051192985913c462aa5ec0a8e33094f 0.00 MB 1 0
377,293 377,293 00000000000000001190ac75535f2792c61dc011a66264a253841cfb8be4488c 0.01 MB 28 42
377,292 377,292 0000000000000000114638c7992b17a8b989464480aa4aecda472eb402b82dae 0.01 MB 33 45
377,291 377,291 000000000000000000ccd2668662db55d9deba3daddb238ab12cde1c76f416a7 0.15 MB 265 42
377,290 377,290 00000000000000000df8ac4dd3453ed1eb0701c5be45a076ebf1bcf3b03c8d2f 0.40 MB 823 37
377,289 377,289 000000000000000011b89188cf30c01b0f5962b45921aafe53528b4e1b6478f3 0.35 MB 692 27
377,288 377,288 000000000000000000adbbb8c61531b639ed237c4c2433f928eb10e5893c43eb 0.24 MB 491 34
377,287 377,287 00000000000000000b37222609237d6745382f325add6548c22e25dcb39fd30f 1.00 MB 1,818 32
377,286 377,286 000000000000000008d35c13336ed6f263ac795faa1c2552400c2bddc623de6e 0.27 MB 614 38
377,285 377,285 000000000000000006269f019e87fa170e1d09ebed184f01b06dc1adfd90d058 0.15 MB 300 32
377,284 377,284 00000000000000000a2e5a563ad71037ba967fc59257d4b6d6899b254f3dbcfe 0.17 MB 373 40
377,283 377,283 00000000000000000607c7487eb107c86fe4ee67e1ab342dd2fea8782b3b614b 0.57 MB 1,378 37
377,282 377,282 00000000000000000e5eb2c1db16b40b3ad06931860c627b7b99737a606ddfd4 0.79 MB 1,087 22
377,281 377,281 00000000000000000ff53a4f09b9e748850b45379bd2e9822203f4b9440b390a 0.95 MB 1,223 22
377,280 377,280 00000000000000000f06f6052a3bf4a34a5f66ec073950c712048caa4693903a 0.75 MB 2,248 51
377,279 377,279 000000000000000005019cf2e52903f0278f1381d958216461cb7499f702a76c 0.65 MB 890 24
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,636.00 GB sent, 94.37 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.