Memory Pool Memory Pool Refreshing

761 transactions
0.19 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
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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 756 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (45,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,510 862,510 000000000000000000015589af69b7e1f03f73649066d957ec00bd0812096f22 1.88 MB 2,156 2
862,509 862,509 00000000000000000001a8143d8e9246936ec402ec24f7c9322f188c14b7543e 1.69 MB 3,591 4
862,508 862,508 00000000000000000001696ba1a5352a17604e0dae6ab6d45868cca85e9338c9 1.59 MB 3,989 6
862,507 862,507 0000000000000000000293425b30c2bf7e66076c7508a76307549c4d6d2bd9bf 1.78 MB 1,932 2
862,506 862,506 000000000000000000016d5098438e8a7b769a6007d451ea542c48d631dc8c15 1.58 MB 3,492 6
862,505 862,505 000000000000000000020a8002a7488358d0a7313a00c963ed7a8c1d33f41376 1.74 MB 3,360 5
862,504 862,504 000000000000000000020bce365f1f28bc4d51779fdb02745c3a0d588e12bc84 1.72 MB 3,447 5
862,503 862,503 00000000000000000001a519c445c0a3f13196306035606cf42e5524ff1c3b5b 1.64 MB 3,137 5
862,502 862,502 0000000000000000000165f7b6a0c0ef25ea3cae79c8655ca35cb5303ba1cc60 1.84 MB 2,341 4
862,501 862,501 00000000000000000001c827e4d9c2360756e5d76e492b4c84592add5afc0add 1.86 MB 2,277 4
862,500 862,500 00000000000000000002d5b4f115ca2458acb75a13422ea1d0a45f03f5a290b0 1.61 MB 3,846 7
862,499 862,499 0000000000000000000111f8c89daa97c49acad5af388fcdfa3390823e0e492d 1.67 MB 2,481 3
862,498 862,498 00000000000000000001ee3f44c84f9220546858466eb4cbd884a08968fdb0c0 1.48 MB 2,632 2
862,497 862,497 00000000000000000000946945fed9488b0c8fb48adcf802faad1762a5c6758a 1.64 MB 3,444 6
862,496 862,496 0000000000000000000103eb939d60b5b42130b7e4cec94f59154e8b2456116b 1.61 MB 4,276 4
862,495 862,495 00000000000000000001e1975a1f35ef4920b7b22a8fdc156c2ec7df524dda93 1.70 MB 4,138 4
862,494 862,494 0000000000000000000207db2e1ced402c6ca52acc51839de4cac0ca60bbcaec 1.54 MB 3,772 8
862,493 862,493 00000000000000000000829d7449b9e38831060535e7cb75d69788b4ff659be9 1.60 MB 3,763 10
862,492 862,492 00000000000000000001f8668c3a464f398d696d6ad22c02c7cb428ab9e507f2 1.61 MB 4,565 3
862,491 862,491 0000000000000000000281208a9871d50eab94f31e352ed31663c9d11032a3bd 1.58 MB 4,163 6
862,490 862,490 000000000000000000014641ba81e1ed0d79d6b8b4c838d92bb84d38e149945b 1.74 MB 4,423 2
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, 114 incoming
  • Data Transfer: 1,616.91 GB sent, 92.84 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.