Memory Pool Memory Pool Refreshing

6,203 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
908,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 927 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (842,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,505 66,505 0000000006c6a6e61ca65cb234e4f0576353cb47c505ce994ebfb3ffbf046339 0.00 MB 2 0
66,504 66,504 00000000093957878105d8f1caa5dab1c79bafdaa36a8fbcf2e10cb73415ac1a 0.00 MB 1 0
66,503 66,503 00000000017b501fbc8fbb723f784ee088e98e79a67b2585b7dc6b23bcbb2e57 0.00 MB 1 0
66,502 66,502 000000000833eb4cd825336849cad917b4c70347a45345b7318ff3d230d7c179 0.00 MB 1 0
66,501 66,501 0000000009ece89b50b169a35b5808f32cac58c08fbb29d3a397182934181052 0.00 MB 1 0
66,500 66,500 0000000002b4c8837bf58304eaa4f8477c1beffc116d2b44660f70867a7c3eac 0.00 MB 1 0
66,499 66,499 000000000768f28102bbd8cb61b2631bd0f175de08e9045cb5c7a4417b13bfcd 0.00 MB 2 0
66,498 66,498 0000000004fc3462ced26cf3adb91ad6edec5981c8305d04103f239d957402ec 0.00 MB 4 0
66,497 66,497 0000000008fa840e39030bfee12206237c9e3e63b53f2acf37dd9e0f32e50294 0.00 MB 1 0
66,496 66,496 0000000000553da8bbd8905d720e2a18910cdd4b135500dbbe814da6d24e44fa 0.00 MB 2 0
66,495 66,495 0000000003a03e074251e16f783aef803a7268d71e0bf02b7ff840d776a8baeb 0.00 MB 1 0
66,494 66,494 0000000009f63cb856785493c33f04023cc491cb6f55584dfda6dec1626499f1 0.00 MB 2 0
66,493 66,493 0000000008fde47ecc5857d882fed7d85f09d35866ccb55419f259632343cebf 0.00 MB 1 0
66,492 66,492 0000000007f42db60621acbbb3fc09128ced791895ec9e95eb1faeafbe33e0af 0.00 MB 2 0
66,491 66,491 0000000009ba202761d4f85492c5eca826ff3bd6713835010b4e6f9f42feed90 0.00 MB 1 0
66,490 66,490 0000000000470d0acf4c8b1fa58ac556d67762d2d210640c1e6819dc294230ec 0.00 MB 2 0
66,489 66,489 0000000000676a40fa175a2d01a7cc58b8b1a993b47450033f0583986f9bc991 0.00 MB 1 0
66,488 66,488 0000000005ae6d8fc3c99d0613aca1234c197ba16d8828b5f586a288ea303e4e 0.00 MB 1 0
66,487 66,487 0000000000fa54cb0ada9e9a36ff218476e298c89179eb62520c7381b41168bd 0.00 MB 1 0
66,486 66,486 00000000033124b2c5fdf50b0f33d90cc2ffe7d4e2fd2b6dbce648e64ae2960e 0.00 MB 1 0
66,485 66,485 00000000031237efea79c2d2108ca008298547f38fc3f6f51e592f9eb5683730 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.90 GB sent, 100.90 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.