Memory Pool Memory Pool Refreshing

7,634 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,732 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (38,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,387 869,387 00000000000000000001093ab2825142a0ef374032b8812fae33e20a3ba5866a 1.58 MB 2,697 3
869,386 869,386 00000000000000000002a07f74f6d29fe716e5f6e9e9140467ddc5a93b073999 1.59 MB 2,639 4
869,385 869,385 00000000000000000001e3f82113c38a6b4c9f4cbf419cc2869c1316aaf33ec3 1.74 MB 3,035 3
869,384 869,384 0000000000000000000104265d9e52309af7fa554cfed27e3bd977c99182f38b 1.70 MB 3,451 3
869,383 869,383 0000000000000000000143808c868a0e29ff6f65a86da813bbd2ef6add1f9baf 2.84 MB 2,387 2
869,382 869,382 00000000000000000001966e6c66be44d714a120d72450e54c3bf870450f98a8 2.68 MB 4,637 1
869,381 869,381 00000000000000000001727b779aaf1a7429dda43399c5baeea2b8a84404cfb8 1.59 MB 3,162 3
869,380 869,380 00000000000000000002bb7aefb29378608a183b75ef4c252a6c00fa3a451a7e 1.63 MB 1,583 4
869,379 869,379 00000000000000000000c8dd4a8365d300329bbbd57f4586af3246e8deb9825d 2.11 MB 3,595 1
869,378 869,378 000000000000000000008f3d3c89b17d3722972752e28deda5afbddfa55e70e7 1.62 MB 3,886 3
869,377 869,377 000000000000000000005c6e0d3c00d1e129d071998f7a5ec3ec3bc7a7601a25 1.54 MB 3,272 4
869,376 869,376 000000000000000000017ac949a7cf7006ffa69e6c5ad5382444e0f8e1b711d8 1.82 MB 4,415 3
869,375 869,375 00000000000000000000332ab0a747f21cd2ed4cd688346102f697b6d7db7756 1.60 MB 7,272 1
869,374 869,374 00000000000000000000b4f8301f200e507503f52577098b54f0759d938f7639 1.86 MB 3,222 3
869,373 869,373 000000000000000000024e0ffe38e7987d831ca71b0ee52fd63f192040db7920 2.16 MB 1,960 3
869,372 869,372 0000000000000000000055f341a016145d6d900fc100991deea4407a2a31c424 1.96 MB 899 2
869,371 869,371 000000000000000000022a37bfe2550de590aa659b1364ae98ccb4a182b50329 1.65 MB 3,320 5
869,370 869,370 00000000000000000000e24274ef6dad7348c247d76599d68ecf208f8671b12b 1.57 MB 3,407 5
869,369 869,369 00000000000000000000c4e328c1de0736e6ca8ac825100010ef8bb032926e62 1.38 MB 2,735 3
869,368 869,368 00000000000000000000a09788b01d09cb5c1846c18ac0c97a4d2b2854c9eefd 1.73 MB 3,051 4
869,367 869,367 000000000000000000029fd4fb74554cf35454394cea8982d3495756c95b7011 1.55 MB 3,022 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,625.79 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.