Memory Pool Memory Pool Refreshing

9,335 transactions
4.12 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,789 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (29,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,555 878,555 0000000000000000000217c313d0096d33e42502c936924307a72969f1a167bb 1.97 MB 1,826 1
878,554 878,554 0000000000000000000078024c6ec01ca4062770e9099de8bf462303f2cdb43f 1.61 MB 3,870 3
878,553 878,553 00000000000000000001232101aa164a7b93de5c33081fd8a9bce1dc01611f90 1.62 MB 3,079 2
878,552 878,552 000000000000000000009d501d0cf7a931f635d020f82d28f94ddbf3482e51be 1.67 MB 3,133 4
878,551 878,551 00000000000000000002070ed10475bf57cb534bbb196b75ab950c2fd66d4a14 2.39 MB 2,597 2
878,550 878,550 00000000000000000000b8d817132eb988ed6adb55e9b578dbb0c03ee7856542 1.56 MB 3,551 3
878,549 878,549 0000000000000000000042e9e62f79c09056baec2bfa4035d32fa159c261d6ae 1.97 MB 3,128 2
878,548 878,548 00000000000000000001c66213dca28459ee551ae56b994d07aa86594a904b9a 1.61 MB 3,001 3
878,547 878,547 00000000000000000000341ab0e9d8f4a0f5942d09fddb2800a9b55c345eb92c 2.71 MB 1,842 1
878,546 878,546 00000000000000000001321ee55a54d4be6b963006ab2380e96e97c81085fc47 1.49 MB 3,114 3
878,545 878,545 000000000000000000011ae2dfff487175d351b11a9d6590dca7d02c2d0d3a8c 1.77 MB 2,352 3
878,544 878,544 00000000000000000000f7eb7a40c269104ef026b52a7d3678b09100a23c684d 2.35 MB 1,919 1
878,543 878,543 00000000000000000000f93707eac5d7ff30ade4dc88befe48830f98f84fc978 1.62 MB 3,080 2
878,542 878,542 000000000000000000014e51af4c6485420230d086d8c18d5ad87247b9d9844b 1.61 MB 3,329 5
878,541 878,541 000000000000000000001f54a6a0e1629bd3de0a071ea55c26e1b78c4a7eb0ef 1.62 MB 3,446 6
878,540 878,540 000000000000000000000084b70ce1771553756fb7feef953af94c9d97e02861 1.74 MB 2,336 2
878,539 878,539 000000000000000000003a1dc887363093152e439b9b18d677350c2305051b99 1.68 MB 3,492 2
878,538 878,538 000000000000000000021e5c854672d6034f7f22be5977b6f93242fbe37c7156 1.69 MB 3,564 5
878,537 878,537 00000000000000000001b0c7bb7fe8b0a34396404b8f12fd42146d3c8fe9c8a0 1.66 MB 2,645 2
878,536 878,536 000000000000000000028c5ff2b9db3172b516af7e3c89bf38abcfcac677624b 1.64 MB 3,258 4
878,535 878,535 00000000000000000002210f06be8910c28e718763550379fc7a1869a52da4ba 1.64 MB 3,595 6
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,624.98 GB sent, 93.01 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.