Memory Pool Memory Pool Refreshing

68,075 transactions
33.02 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,845 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,246 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,844 (9,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
860,462 860,462 00000000000000000002f19c57e35d8db68e0784ae2636a0d6cf3243b2526bd3 1.65 MB 7,858 2
860,461 860,461 000000000000000000010980fa0e75dda5796913306a97aba60b6ee366c91d37 1.56 MB 6,969 3
860,460 860,460 00000000000000000001dbda030cc9b7640f740aab3a05d4c6cfe74010c9921d 1.59 MB 5,878 4
860,459 860,459 00000000000000000000bc3e5bd86d6ddeeb37c881ce51b216a8dbbe1f5f3f36 1.65 MB 7,487 2
860,458 860,458 000000000000000000026d70eec4af2c6913820b86789cec2cd56744dbaa1505 1.65 MB 6,369 3
860,457 860,457 000000000000000000007d7a4078a89be245a2830a4d754edc9454aa2f43acce 1.61 MB 7,655 2
860,456 860,456 0000000000000000000044b7f2ad893628385f2c577ade092cae714d6cf3a841 1.64 MB 7,874 2
860,455 860,455 00000000000000000001a78d8a9c850b40a8e1841e04f3e57d16f12ded835b85 1.67 MB 5,621 3
860,454 860,454 0000000000000000000186bfad1d5e46f0d4ad09b2030edb7b17fd3ca5221fbe 1.56 MB 4,432 5
860,453 860,453 000000000000000000003dec242c4a22134afcc5289ab4d0a61d7577db4f4fa8 1.54 MB 4,998 4
860,452 860,452 00000000000000000001096ee6c363f8a0a2691b42ebf3e0664349faafdc1f96 1.60 MB 4,779 4
860,451 860,451 00000000000000000001bb6a392cc4403c15f0a416501940f0c69e5d9b141aa7 1.64 MB 7,321 2
860,450 860,450 00000000000000000000a481d138667c46a45c958ce6f95bcd45f26aa39694ab 1.65 MB 4,856 4
860,449 860,449 0000000000000000000105df1b81dc3d104a6c75acab7eecd00b6562b57d0a59 1.64 MB 6,297 4
860,448 860,448 000000000000000000028bbaa6ecec8d2e1ea97a296155a799b449c2d2f72c2c 1.84 MB 4,909 3
860,447 860,447 0000000000000000000191d6c4ade75abe0fff18e77132ac0a1d1f6400fa42c5 1.70 MB 4,741 3
860,446 860,446 000000000000000000019bb1749629b985b3467886621e8d8b47e791a2b1cd50 1.64 MB 7,828 2
860,445 860,445 00000000000000000001acbbdf7a7707a8bf8aa8a7cba3038abfb59cb80ba60f 1.64 MB 5,251 4
860,444 860,444 00000000000000000001de60026b024c82112a564c816335aa4bf1e55425b173 1.99 MB 2,708 4
860,443 860,443 00000000000000000000e7df19a99a15eb63870c1d40a958cfd4e5b74ab518dd 1.64 MB 7,885 2
860,442 860,442 000000000000000000002209ab6ad0c3d3992aba8fc922bb12fce4f2ee7de3c1 1.61 MB 7,072 3
Previous 10 blocks ↓
Total Size: 699.17 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: 2,118.60 GB sent, 205.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.