Memory Pool Memory Pool Refreshing

2,212 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 2,189 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (665,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,493 242,493 0000000000000035dd814e84d12e1d183a10bbcfe35a7cd1089210c3fe5e4dd7 0.15 MB 273 336
242,492 242,492 0000000000000080bbf7926a35e51446c4b46e992ab1fd1125ad8b4b0eb1e787 0.25 MB 576 485
242,491 242,491 00000000000000482236f5ce55bcb2c349bdab416a0dc9714a030164b674dcbe 0.03 MB 33 50
242,490 242,490 000000000000000efa8866b8f15423449fdada5c319a759846be676f24db4ae6 0.07 MB 158 179
242,489 242,489 0000000000000056a439e5185b706e17044db0a4010c611f818d0bd6f7b399a8 0.06 MB 113 136
242,488 242,488 000000000000003555f6b3b8e4efd2fbce70c58933ed3c91f956b9ab8a128739 0.01 MB 22 113
242,487 242,487 000000000000001d7539be2edd09fd67b432382504a717b58dbc02ce7613db98 0.08 MB 141 113
242,486 242,486 000000000000007ec149c16f2cb37c126090c956bb105a001ba080e1d27d1395 0.25 MB 427 101
242,485 242,485 000000000000009280885b6c708d7dfa1c511973790e1618085c57aea8344067 0.25 MB 743 418
242,484 242,484 000000000000002bfa1eb4abcadf235ac056c0d4fadbd7a0c0dd35477a214091 0.14 MB 288 155
242,483 242,483 00000000000000a280315da3d49896137b2aa7a98a3a67a9fedd339516835ffd 0.03 MB 137 3
242,482 242,482 000000000000000adcba1c3314ee0fe3355a68685a428e622b4e58b9e014f59c 0.23 MB 568 488
242,481 242,481 00000000000000c7d04f941657ac3f7958cff9454c2248aa93561fdd854c5d87 0.03 MB 56 120
242,480 242,480 0000000000000020dd4dfae2e2cc6c7149c5b4a1d6f7b0f4b6cadbb33a56a7a8 0.23 MB 449 327
242,479 242,479 00000000000000d3d41f028a51c0318dccb55d93c63f3bdae971db25c35c6927 0.52 MB 1,024 65
242,478 242,478 0000000000000005490fb1f53de9e19fb34cb29051e5f04dd2e9643795995273 0.08 MB 88 22
242,477 242,477 00000000000000aff35d198b18496e31f719909f77d917198f86dc9841b5691c 0.21 MB 380 153
242,476 242,476 0000000000000064386467647c5e01b157745e0e441574f7f6d956e7323a0748 0.25 MB 427 98
242,475 242,475 0000000000000046a1d0da8cb261bc31af968a1401a1a32c7f3c0b28fbe18e28 0.25 MB 649 197
242,474 242,474 0000000000000081c15fbc136e049b7d5e2f61df08dcc6fd1d72ea9bbdd8d626 0.25 MB 647 329
242,473 242,473 000000000000000817032b1e3784f76d9f789eb04a92728588aacf63114dd747 0.15 MB 196 69
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.07 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.