Memory Pool Memory Pool Refreshing

9,806 transactions
4.53 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,067 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (447,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
460,533 460,533 0000000000000000011efe2c9606cd09ff3ad7b672cfdb5b4076c3c560bd7ec7 0.00 MB 12 1,282
460,532 460,532 0000000000000000019e9c9aabb4fa116425aefbc4fd518163d445b7f0f59958 1.00 MB 2,216 159
460,531 460,531 00000000000000000129b7dc3e3938929e41739be157ed457c6dfc0e01d0dd9a 0.99 MB 1,624 169
460,530 460,530 000000000000000001f9471f71d74770a4f428abba63f15e1b0f364370dcc277 1.00 MB 2,032 191
460,529 460,529 000000000000000001e024fb6fa5b1b0d9929c2a5692ca376e49a2e0447cd27e 1.00 MB 1,285 216
460,528 460,528 000000000000000001e623ae5aefd1950ba6f339957f2f0d566371bc0959e592 1.00 MB 2,009 196
460,527 460,527 000000000000000001613d62611a792a443dcdc5f37f7bb4d732f27463ce39ae 0.99 MB 1,055 209
460,526 460,526 00000000000000000109628c499d84606c2f0977ba59ac8a34d90da40d40d3e2 1.00 MB 1,369 251
460,525 460,525 0000000000000000008e19c1230d1667bf40888b1213743603fe8de8f56e251f 1.00 MB 1,005 87
460,524 460,524 00000000000000000028bf99e7cdc2ab93488b065bcdce04122ea8f779abac09 1.00 MB 2,273 128
460,523 460,523 00000000000000000106634a7f03d76cd4db7e6da92611cfac4f37e27cfcf549 1.00 MB 2,375 151
460,522 460,522 00000000000000000049f4aeacca15a125d1da5073ed6ae5431b1fca432e3c16 1.00 MB 2,448 165
460,521 460,521 000000000000000001b0492999e3f912b53cb26e9f00c72df39a861ffa8b2c93 1.00 MB 2,453 218
460,520 460,520 0000000000000000010a8c28b3161a59bcfc6850ea79d214e773df0e8bd83a5a 1.00 MB 2,087 175
460,519 460,519 00000000000000000047e85cceb17592c4aac4477db671348a28701379cda984 1.00 MB 1,595 114
460,518 460,518 000000000000000001f0db2eb83dfbaee08f144c23b24f2e6a1d84758838679c 1.00 MB 2,578 120
460,517 460,517 0000000000000000010aad317e4df2343386b16dc552cd506a91b147033fe83f 1.00 MB 2,244 125
460,516 460,516 00000000000000000166b2743e3333e7019a27de842d7479654fcc1c6b300726 1.00 MB 2,197 165
460,515 460,515 000000000000000000b7d4299a4644ff0bb7618fa4668ef5ead822c31dabb641 1.00 MB 1,874 137
460,514 460,514 0000000000000000022730b4539789bb260d8e0bb096f40abd3e1b45a13ca452 1.00 MB 1,410 139
460,513 460,513 000000000000000001cf8746d0901820ae4ae5a55ed5f7474c1d843d7de5979c 1.00 MB 2,456 215
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.66 GB sent, 93.04 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.