Memory Pool Memory Pool Refreshing

14,257 transactions
4.52 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (757,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,532 150,532 000000000000031fbf3f89a3e5767a40bf229aa49716597701221d614a9156bb 0.00 MB 12 53
150,531 150,531 0000000000000390965ac60df193269c3156db152474ecdbfe8827c58fc64648 0.02 MB 21 68
150,530 150,530 000000000000015031008ca3295aff6bd28dd14a435435d47202f780eaf4e70c 0.04 MB 103 14
150,529 150,529 00000000000002335880ab80f4cb9bc6da4a75c029368a5bbeac9ff9fd653297 0.00 MB 9 426
150,528 150,528 00000000000009636a38e94413db666b30c2f40d9dee784d0e40a238b28c15fa 0.01 MB 25 135
150,527 150,527 000000000000087970c750c4266507c505113564cd504157987e0a8d1f59153c 0.00 MB 16 101
150,526 150,526 00000000000001772547fec436403450f2beb876c0c1bd9d2c95cca7f1a50c85 0.02 MB 51 68
150,525 150,525 00000000000001c9fa2bd29ee0d426a2cef512eb9ecd9d5e076c10ef8b65ff72 0.01 MB 30 31
150,524 150,524 0000000000000b61e5bfbfe834af5e2904d6f0ab1998b95de53e2f628a40cf14 0.02 MB 55 118
150,523 150,523 000000000000067b50018665b2eb00b09dd011d929c769634cb93970a7dedcde 0.03 MB 72 10
150,522 150,522 0000000000000a967785aa28c5c86049cf64374cbb4dfe67cd03f0ad1ded6565 0.00 MB 10 330
150,521 150,521 00000000000004f1978d3b2976fb8d888213dc66354be1750c7a74050741f7aa 0.02 MB 24 5
150,520 150,520 000000000000068956c23edee2b661b22eef6f8589cf5cf9f823f4ac86e1e829 0.04 MB 38 136
150,519 150,519 00000000000004da5a8ddd142e3a8a845102e69e0b19211e1fd9ed83d7b68867 0.01 MB 30 170
150,518 150,518 000000000000027fba64c4feda89d5f843af6f43d707e7f1922463a75d701ee2 0.01 MB 23 263
150,517 150,517 0000000000000a324345396ae691b163485badf746711e49fd756270d92e032e 0.02 MB 40 166
150,516 150,516 00000000000003891997e685b77129c9bed609c81efadc8d34a031de20c141de 0.02 MB 73 72
150,515 150,515 00000000000009ffbb65cf004ef4d27d72e4a30aabbe374bbb0b8ff54018bf5a 0.01 MB 6 9
150,514 150,514 00000000000003692e963c5080f2a16944462a42a62d9c3d95d20a558ffef640 0.02 MB 55 96
150,513 150,513 00000000000001960dd2013f56e9519dead742c794db9d403e2dceb7d9f5a69d 0.00 MB 1 0
150,512 150,512 00000000000008cd29421674d5b4a5bd07886600a6432122777f36928b754930 0.04 MB 60 284
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.