Memory Pool Memory Pool Refreshing

57,498 transactions
20.61 vMB
Show Random Selection Loading Transactions
Max Size: 123/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,995 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,720 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,994 (12,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
859,344 859,344 0000000000000000000240f816b5319787d5ae93ba7500fc3819afa007719603 1.56 MB 6,113 2
859,343 859,343 00000000000000000001b69d8db173bc4baded4684cc505c1aee6ab086fac8c7 1.61 MB 5,677 3
859,342 859,342 00000000000000000001efe5c29a89cf0db1029ef5b3a3baa5b45f7498dba938 1.64 MB 7,496 2
859,341 859,341 000000000000000000019873fea969af85ec51ece1c4171628c291e8ca720a94 1.72 MB 6,735 3
859,340 859,340 00000000000000000002608a98a8dbb2681023050b519e610ddeeaa190b66c4a 1.65 MB 5,376 4
859,339 859,339 00000000000000000000c1de861662dcf1d2d8e791000cd0f80b9f114aac6e8a 1.67 MB 6,547 2
859,338 859,338 00000000000000000000068ba9219bd01a3dfa393ed8182f97073869904c3488 1.69 MB 3,679 5
859,337 859,337 00000000000000000001c2ed66699b44630b147b947e10b85c0f45d5b7e5e23b 1.68 MB 3,287 4
859,336 859,336 00000000000000000000441ae7f9037aad8acf48fe2ca096397bf23340e1abeb 1.61 MB 3,012 7
859,335 859,335 00000000000000000000b856dc8973d3ff1e1baf1e7cbc0b7b133b910a3d4d1a 1.66 MB 3,323 6
859,334 859,334 000000000000000000003a3fa6515549c3c78429cdc23b544f417bb96f38c831 1.70 MB 7,449 2
859,333 859,333 0000000000000000000132f6a4c6e672e62d747a967191c4bebd89ea26ee1a8e 1.71 MB 5,184 4
859,332 859,332 00000000000000000001519b0748fc2dcea3a561e90d775c0fed608283437b37 1.72 MB 4,475 4
859,331 859,331 00000000000000000002b771daee152eaeceaae3799a0ddaf44b276839632dad 1.67 MB 5,190 3
859,330 859,330 0000000000000000000102c0d409b14f063c41de85172f5196177de2c2268174 1.34 MB 1,993 7
859,329 859,329 00000000000000000002a6eaf1245312130046eeb96e3f1aabbdbc00a2d403d2 1.64 MB 7,806 2
859,328 859,328 00000000000000000000323cca1af25486a687563ed945dc01ff3e6e3bffc9f0 1.67 MB 6,168 3
859,327 859,327 0000000000000000000156d8073928d170bc7badc6a15e6cdb14b668ee3a0d57 1.69 MB 6,608 3
859,326 859,326 0000000000000000000153b8e7e541576b281af9a066281c934e6fea1690d15b 1.70 MB 7,125 2
859,325 859,325 00000000000000000001635e5c24896448086d135f6a7bf127f06ad9cf20fae2 1.71 MB 3,220 4
859,324 859,324 00000000000000000001a1ee820ca980db9ad0b5f7fb8ac4db288b6ee250460f 1.71 MB 5,318 4
Previous 10 blocks ↓
Total Size: 703.20 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,584.32 GB sent, 232.61 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.