Memory Pool Memory Pool Refreshing

50,348 transactions
29.63 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,566 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 3,295 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,565 (148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
875,417 875,417 00000000000000000001192eea149b7e9d157c11751407f7ed00dbf4636dece4 1.48 MB 2,754 6
875,416 875,416 00000000000000000001667dc01151fca715a5b0611dd13ae7fbf24b55ccfdca 1.45 MB 2,948 16
875,415 875,415 0000000000000000000286e3b03bb8c108ab23c48251dd75f22a957105df5477 1.67 MB 2,994 9
875,414 875,414 00000000000000000001500093868ca5ff99685ee1af170d291284558367ce9e 1.36 MB 2,093 8
875,413 875,413 00000000000000000002916dca8625c58e6b40c2d91ec101bfd2a183f9302621 1.42 MB 2,243 8
875,412 875,412 00000000000000000001bd539a5555820114f865b365de362a682050a73d2ad5 1.56 MB 3,493 11
875,411 875,411 00000000000000000001c3a82d80d8a0d1766f07c4cd7dece115d3d9dd94d6de 1.59 MB 3,514 9
875,410 875,410 00000000000000000001d1351371ab7d4694ffcd0ce00282fb51d3a7cbc6f92f 1.30 MB 2,295 19
875,409 875,409 000000000000000000018ea7d675e9341b15a527c1403f077d832f5492801dda 1.44 MB 2,876 9
875,408 875,408 0000000000000000000137552b5e02fbd93f39f5b1d33b7d0434e6307eaa36fd 1.51 MB 3,147 13
875,407 875,407 000000000000000000012280584e7e1214a5000df93e97c08c4f5aa5e31b44b0 1.18 MB 1,634 26
875,406 875,406 0000000000000000000255c7e73012b33c53ec8e4e48de3e392b61033b3a32e7 1.39 MB 3,149 16
875,405 875,405 000000000000000000001e92eb896610c38605287e73e4d1cd998ca3d5004465 1.53 MB 2,857 6
875,404 875,404 000000000000000000000cc1ba622cd83b5e68687b1f6e030ef62cc4de9152a8 1.70 MB 3,453 4
875,403 875,403 00000000000000000001d45c12e9a61a5b710d1cfbdb315ec97ebf328c244e95 1.74 MB 2,884 7
875,402 875,402 00000000000000000000f3cceadcda507257a1c9a40a1023732ada4cd36c5239 1.52 MB 3,056 12
875,401 875,401 000000000000000000006de9ecfaea4f6d11a382505e005935999b48959bf9c6 1.59 MB 3,524 8
875,400 875,400 000000000000000000002940cc80e72531d13e6e6e9d5bbea59fdb062c4cf98b 1.40 MB 2,439 20
875,399 875,399 0000000000000000000258cfbb654b40878cb146e72911a3b510499e4a92b022 1.48 MB 2,861 10
875,398 875,398 00000000000000000000fc5dcbdc358a5d11675c7f22ca49234204269f085ec6 1.44 MB 2,534 4
875,397 875,397 00000000000000000000ca0191dba6e23d0a4a4794c41b493c76b7ba94a05548 1.83 MB 3,147 5
Previous 10 blocks ↓
Total Size: 709.69 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: 612.40 GB sent, 10.45 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.