Memory Pool Memory Pool Refreshing

9,871 transactions
4.56 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,092 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (685,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,800 221,800 000000000000031150d3d8b70791f766fee7e411f98d6e253053611806c9b4c0 0.21 MB 519 194
221,799 221,799 000000000000021bbb0ae9eaa55603d9288ca30542c54faf98586901ff98843d 0.02 MB 23 73
221,798 221,798 000000000000010294df0ffad9e979641935f044d7fb37e87f34dfc961bfec69 0.19 MB 471 193
221,797 221,797 000000000000009864980398d098a3c9fd1614534d626208918e2992db3caaee 0.11 MB 186 126
221,796 221,796 00000000000002c020300d73a02ca56612d36de249fb43656dc00a47f4523d56 0.21 MB 454 205
221,795 221,795 000000000000009e1a9391f0ac26cbcf5e4700ffab4f762b389da81a9d68bec3 0.02 MB 51 175
221,794 221,794 000000000000011c5c59cca1a8976aa89822d376f694c3bd5c7948b5a4e37337 0.22 MB 542 189
221,793 221,793 000000000000021410ba68a92d10dc881feae11536cf6d9cff5dcbb1c99de65a 0.05 MB 80 166
221,792 221,792 00000000000003a465933ab96a0549f4ce326be14e5691748e081ae2a249e893 0.01 MB 23 184
221,791 221,791 00000000000002b25217fbc572a13e5c15bd50e4cc9afbcfd83c15f24d4af052 0.12 MB 288 197
221,790 221,790 00000000000004957ec2cdb18284aa695afd3f87f58de18ec9649f40b1775be1 0.11 MB 256 116
221,789 221,789 000000000000041edc622b974fd9dc769e4e54108d410097dac4a57452aba658 0.01 MB 14 196
221,788 221,788 000000000000025d11a2ec87cf43f67e908a66270644c417ec1842b836ac85f5 0.07 MB 118 153
221,787 221,787 00000000000004812dee4102e768455e8fd73761f5ed474aee0f8a6bdbe6418d 0.17 MB 377 29
221,786 221,786 0000000000000414afda07d6d643f1414aedfc45e06f6c6811838ae150089e73 0.22 MB 537 180
221,785 221,785 000000000000028fd057b79af03a210c20ce4631134307125a6992ce018d92bd 0.07 MB 133 90
221,784 221,784 000000000000004130334bf13959482679cead9b373a16f18cf2bf553f4375eb 0.12 MB 233 181
221,783 221,783 0000000000000328f894b1b0dbd240c76b71a592fe10d49b94488850f2c936ee 0.25 MB 419 148
221,782 221,782 000000000000031f37fd15a747939d798e9c52a6198de4471cda637272961b1a 0.25 MB 550 175
221,781 221,781 00000000000002ed1faf7403b156cbf6b99befc5bd1d9fca79691f43cfbae41f 0.25 MB 697 238
221,780 221,780 000000000000046713865e4fe1be7961a607bf73c0701278e6acd5504e8a5eb5 0.07 MB 101 114
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.67 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.