Memory Pool Memory Pool Refreshing

4,454 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (600,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,521 307,521 00000000000000004c26e8ab7f70cc40b6518190fe183a2a18b768e296aa8d59 0.29 MB 427 24
307,520 307,520 0000000000000000517d88fc17066aae6fd798992ae1c4c875cc0627333d55ea 0.31 MB 246 18
307,519 307,519 000000000000000027d32cfd5db37947173552f216173446b38a4c62dfcdd2ae 0.27 MB 517 30
307,518 307,518 000000000000000031b36de62506d224d9b2086d2a8b6e55d30301084a8cf2e8 0.08 MB 133 28
307,517 307,517 00000000000000001f774566e3f5cc8bcd71d6f0f7b99b2348ea6871fe8e3945 0.07 MB 132 32
307,516 307,516 00000000000000002e3f3666374d8b90a5c221ece7e2e72f7b6883ee7bb64037 0.11 MB 173 28
307,515 307,515 00000000000000000b67e73125db9836ef597139132c271bceb32b45729ff73c 0.12 MB 162 25
307,514 307,514 000000000000000051a60f24e55cdec7925fd96bad920dae3b8eed91c9761275 0.01 MB 19 47
307,513 307,513 00000000000000003fe5e11d0374378662a7091d9107bd4a4837dcc14c87009d 0.06 MB 113 36
307,512 307,512 000000000000000030e755e28b5432fc3a79ceceb6b79d2da7a89ac2af8b401e 0.01 MB 24 12
307,511 307,511 00000000000000003d4a07efa0db3685e2dc375c575d3abd2b0b498df76c4a19 0.32 MB 506 28
307,510 307,510 000000000000000047290a90dd13b6877c8ae43b5db4e1f2e086145ee9ecadc1 0.00 MB 4 9
307,509 307,509 00000000000000000ce4001fcbdd3046109f79341088f27cf635ab4cb3b22d14 0.05 MB 128 32
307,508 307,508 0000000000000000107ba0396bdc345af72deaa0d08801b75332fceae97d8301 0.27 MB 562 33
307,507 307,507 00000000000000001f3e2d01507c0ce73c5f0292b42a4891578fc989f78a300f 0.03 MB 36 21
307,506 307,506 000000000000000046b73a3f81208e79e3a4a795754214bab108b3cd38e59257 0.01 MB 18 27
307,505 307,505 00000000000000004fbeffb873f173c70d3a5c56f6bb8fe294b9656a2d605134 0.18 MB 341 30
307,504 307,504 00000000000000002a0a6c094222ed27a4a0d12bfcdf14c36411fa531e797b6b 0.26 MB 315 24
307,503 307,503 0000000000000000241251764629a88aacd2047e666c709d8d8ab37c840daf6d 0.05 MB 93 26
307,502 307,502 000000000000000027a0118b040b15bd553d1abaea4eaa4c9dba993da20f5222 0.01 MB 25 30
307,501 307,501 000000000000000050952609e0d97ecc277ac5669972238336d19f1cb43e0ea0 0.14 MB 291 33
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.