Memory Pool Memory Pool Refreshing

1,453 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (768,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,146 139,146 000000000000043cc4d00d517b00c9b1c55c160dae0b5dfc76b3d660bbcf7271 0.03 MB 57 147
139,145 139,145 0000000000000864b3df930e12b25dee678be5275138ed29e1ef22b0c587e883 0.01 MB 24 432
139,144 139,144 000000000000005772daebdf8018f1bd68e27bbc7a924fd9abf6f092cdf159dc 0.05 MB 80 421
139,143 139,143 000000000000004d9ff5c74da57ec75911dff7b5a0421d2858a9af1d68e867a6 0.01 MB 38 151
139,142 139,142 00000000000003831f3a8a38b441d8e40810208a3ace6940c4ff82c3ac5f437a 0.01 MB 10 0
139,141 139,141 000000000000017df59eff1e1857f3b83a6e677ffe8e418c604b1dd0daf0c414 0.01 MB 22 153
139,140 139,140 000000000000067c4a58b4ecf6fb23253a438c5216df3df9fc46ab1e7fa24838 0.03 MB 100 0
139,139 139,139 0000000000000483644ee1dba027101e9d1e52c1b0e30a7fbc0e705f1de1fe17 0.05 MB 104 131
139,138 139,138 000000000000024a57aa6ec0656ad5d87e9c6a03b4fd216bbbf4082a28737fae 0.00 MB 10 253
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
Previous 10 blocks ↓
Total Size: 769.14 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,631.95 GB sent, 93.59 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.