Memory Pool Memory Pool Refreshing

3,340 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,778 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (38,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,530 869,530 0000000000000000000109a40edfa6df6beb3b8134edd722153926efa5bc0da7 1.55 MB 3,585 10
869,529 869,529 00000000000000000001005b672869ce9018b666c99b76c1d01d9a880715b648 1.56 MB 4,508 11
869,528 869,528 000000000000000000004ec332668d4f01ac8c87660e21e314c1b7e89f15ebab 1.47 MB 5,358 15
869,527 869,527 00000000000000000002a0efb9eba18364ba49a4f80cf17b94ceca3d3f5285b3 1.43 MB 6,771 19
869,526 869,526 0000000000000000000021661e50b2ba82458f6fd5bc8a92dd54844d290a1300 1.49 MB 6,927 14
869,525 869,525 000000000000000000018dd3d3c71a83dfea140ea8bb0ef276b0d4c8743672aa 1.41 MB 6,137 17
869,524 869,524 00000000000000000002982585a0a811cfa371cc033621d40fc295333dade035 1.49 MB 6,662 7
869,523 869,523 00000000000000000002578048ba933a0af6f5dc3d4a8a5e9e8261191b2a847e 1.45 MB 5,543 8
869,522 869,522 00000000000000000001734eb2ecd70778b8562bcf8ef4bd2c8383b5478d398c 1.64 MB 4,638 1
869,521 869,521 00000000000000000001368000e40006273f09d02850ebaa23048960b9e95a8e 1.47 MB 5,185 3
869,520 869,520 00000000000000000000cd2136069f10b724abef6ad9ab966dfe325d447750ed 1.47 MB 3,832 3
869,519 869,519 00000000000000000001019b50b0bea7b4e1b145ea45ca3d96e0c187f3f291c9 1.54 MB 4,137 9
869,518 869,518 0000000000000000000022258566b3aa170fb9e6325581956589d2b1eed96b47 1.57 MB 3,497 4
869,517 869,517 00000000000000000002aef69fe26c6d54733977dde6ca2680f2052dc901d42f 1.81 MB 2,681 2
869,516 869,516 000000000000000000007ab5d85d6deceee83a968082a3f0ac0a47e253a91419 1.65 MB 3,475 3
869,515 869,515 000000000000000000017dca2614ff0c22217be6956bc903accd528601c2604e 1.83 MB 4,400 3
869,514 869,514 000000000000000000026deba4b1c7afbf8e2ee172a066d894c748d44455d9c7 1.34 MB 1,367 4
869,513 869,513 0000000000000000000131188024f4154d4aeecc54a1e34ba3bf7e63e83fcf1e 1.59 MB 911 1
869,512 869,512 00000000000000000000a7d88e00bbb5584795feae26cc9cdb914a49a83f33ed 1.38 MB 1,940 2
869,511 869,511 0000000000000000000246708c842f2dde5b328f8ebb31a36981bbef5f754e91 1.74 MB 2,470 2
869,510 869,510 000000000000000000018f48ed8e82e0c197ef085ad68ca42bf2777232756ef9 1.25 MB 1,564 4
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.