Memory Pool Memory Pool Refreshing

34,220 transactions
28.66 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,514 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,706 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,513 (389,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
472,521 472,521 0000000000000000004d363b451e132e021b80556ac26d6014ae41c872245c2f 1.00 MB 334 38
472,520 472,520 000000000000000000d258c5ab1b38cf7328733b6b3cb399a3fa3e6d2e4b890c 1.00 MB 938 59
472,519 472,519 0000000000000000010b6d3f216ddfbfff0441e0f984586258513ddd09af39a7 1.00 MB 1,706 212
472,518 472,518 000000000000000001779f2839c3b0a428fd2ff5204e1c93edd34213c7387313 0.10 MB 121 153
472,517 472,517 0000000000000000004e2c12525bc16a0ed7b63d52a768b5953a10b6c99501f1 0.99 MB 2,104 312
472,516 472,516 0000000000000000011d365fff1f9b3b95ebeb4d688bcec17d929023b9d8b3e9 1.00 MB 1,775 303
472,515 472,515 000000000000000000a62d7acaebbbba4e740da1495c1b8ebed59a010096b7b0 1.00 MB 193 37
472,514 472,514 000000000000000000ad323a5bb93adb8c75467dc199cea7ab44306e6fe14fee 1.00 MB 751 140
472,513 472,513 0000000000000000012ef514d9b517cf5bd28e1e84638d9535965d1d88a2ee86 1.00 MB 1,830 237
472,512 472,512 00000000000000000012eb76e5ea7bdc8979e6d066763c47d5408ae81291a849 1.00 MB 537 82
472,511 472,511 0000000000000000015caca2fead25c967f3d91b01c7a84b4b163054cf73e85c 1.00 MB 1,417 25
472,510 472,510 0000000000000000006ea324d3f47746a44b4140d69b1ccf2444c7c2a61f2333 1.00 MB 1,323 142
472,509 472,509 000000000000000000115e708498b5c9bcdc9c72f12aa01f14a549c945f8b5f6 1.00 MB 2,265 361
472,508 472,508 000000000000000001116bec3b172e8fc838dcb942ba123cee6f68fef154978f 1.00 MB 1,779 340
472,507 472,507 000000000000000000ca9fca08c2834ddc36af53e30b05b68ac1d783cab42c80 0.99 MB 1,648 424
472,506 472,506 0000000000000000007487aa36bc2e0e02b45217c6985cac89531b23db7b64aa 1.00 MB 951 124
472,505 472,505 000000000000000000e649add4aa63ebe36960fd64c895b331086a32439f17cf 1.00 MB 875 124
472,504 472,504 000000000000000000f8b86cbcca9b56051f9131788d9b33406f4640aaf336de 1.00 MB 1,312 56
472,503 472,503 000000000000000001748044d341e715cf867339f6b7deb9b69403d5b376f7e1 1.00 MB 1,529 124
472,502 472,502 00000000000000000179575717ec56effb4ca7d4de289d5c4ee7a8626f12a27d 1.00 MB 2,096 332
472,501 472,501 0000000000000000011325cb4c2ff8b099a17f0fd933ba2056407aafcac0d8db 1.00 MB 2,160 369
Previous 10 blocks ↓
Total Size: 685.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,372.33 GB sent, 106.39 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.