Memory Pool Memory Pool Refreshing

9,646 transactions
4.46 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (768,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,137 139,137 00000000000000a94ea8c9890967cb3bb6b8418f65b3dd8795f17c415f4fe226 0.02 MB 40 81
139,136 139,136 00000000000004ea29777ab606c91f260347dc094507040f45a2f43f728d00a3 0.02 MB 31 286
139,135 139,135 0000000000000890c8945dd5c5836d9ce167e649303029ab4209630235ffd53a 0.03 MB 84 119
139,134 139,134 000000000000011bc125c776c1a4f8c147d895660e2bc049575a254c44280465 0.02 MB 52 35
139,133 139,133 00000000000008727101cf0d8970c6c6fcbeb9059b810ce7e2fb7d0642369902 0.01 MB 19 360
139,132 139,132 000000000000082d8311b1f86f16c97c21ddacf8f4eedeff37d338beb5804e57 0.06 MB 79 240
139,131 139,131 000000000000017cb0c72038adc365b6c5d4a2cb6ba2803bba42d83de742175e 0.02 MB 72 25
139,130 139,130 0000000000000316ecc587c51981dfe1d8594621cb550748bb21351532011231 0.02 MB 42 93
139,129 139,129 00000000000001456b20e7dd786b7dbcc2ce8a3bacf89cdc2d2d6509dbd86bdf 0.01 MB 11 924
139,128 139,128 00000000000005e9b9cc200372156d99013fa4f9eeea1e61197b94aa4148bce1 0.02 MB 24 194
139,127 139,127 00000000000002e52dd522af72ed9736bd708e18bc10548d7d76da0ab445f8f0 0.02 MB 67 12
139,126 139,126 000000000000078cfc1ae03a1a099b2ca5a98f34a894acc73e32ba9bb9e00409 0.01 MB 26 213
139,125 139,125 00000000000006bdf86450385d48e2dd4da572e780f852b70dc77d914d3d426e 0.01 MB 22 52
139,124 139,124 000000000000070cbba7afea9cb5203d20327c4fd767c846cea0cedfb74cae4a 0.01 MB 25 266
139,123 139,123 0000000000000103d6973a4125b22f02bd92ec0a9962d240f450671bd7c66aa0 0.04 MB 91 137
139,122 139,122 00000000000001f27ca78c262529892f34f338957cb23e0dbd47c9ca73599d03 0.05 MB 131 81
139,121 139,121 00000000000008cf747c7434abbbb2f55445b6173c2a39c6c00bb4c84a149947 0.01 MB 28 475
139,120 139,120 00000000000007de67c40f6c90207a67617b2c47b70f412d47ad1f87d321c491 0.06 MB 148 161
139,119 139,119 0000000000000428d70d7b4527a7962ef703338d5e1a7278f4fecc2bcf6688f8 0.03 MB 48 277
139,118 139,118 00000000000006c523825bf0f01b2ae9cf385de8d4b95339dfe9de4051270b32 0.05 MB 125 157
139,117 139,117 000000000000077fecd376349f957de7c312dcd085b7a59a307cfb3375cbd98b 0.02 MB 40 415
Previous 10 blocks ↓
Total Size: 769.03 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,625.28 GB sent, 93.03 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.