Memory Pool Memory Pool Refreshing

74,805 transactions
32.26 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,877 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,715 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,876 (21,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,031 849,031 00000000000000000001fa912ffa38ae298bd79b63dd25913986ee51c9f92e39 1.45 MB 5,513 11
849,030 849,030 00000000000000000001aae410773b240d993f470d4f3d208365f7db592367b6 1.65 MB 4,132 14
849,029 849,029 0000000000000000000316a182af40011d1c6ab15f8c06fc32d632b8adc3d840 1.52 MB 4,764 20
849,028 849,028 0000000000000000000074a59d3e9523a7d8dbb82d8cf1e9d0d3a105e8beda90 2.01 MB 3,396 17
849,027 849,027 00000000000000000001f2e4081747285bfe7b8f64fa7b3d697520a45bcc15fa 1.58 MB 2,791 12
849,026 849,026 00000000000000000002c44012a3132c5ba48dfd59e66ce5e36a6b2207e214d5 1.64 MB 5,760 8
849,025 849,025 000000000000000000020562978f97338a4d532403e4047b8d46ef734911e49b 1.48 MB 7,316 8
849,024 849,024 000000000000000000035126a007404c3f3e3f60d3b8e4a532e31ca14284f1ad 1.56 MB 7,050 9
849,023 849,023 00000000000000000001f44831963e1e599ff9004dc48578a136e2dc5e2c6efd 1.83 MB 6,630 9
849,022 849,022 000000000000000000014a89a57b6a270bcc7b76aaff7292da34d1bfbc9b5788 1.55 MB 6,349 11
849,021 849,021 0000000000000000000258ceee9885bb656df691973eec3d6883eda7da8e2fa8 1.63 MB 2,003 9
849,020 849,020 0000000000000000000219606e63b88ccc1e20daa732ed13fccce66cc819d9a5 1.15 MB 1,284 11
849,019 849,019 000000000000000000019d3327043815a3f8a43b41f5e3c517591f79be8ace80 1.10 MB 1,597 10
849,018 849,018 00000000000000000001d142d70d6192b2907a767acb120c759b23d7851fee21 1.63 MB 4,279 16
849,017 849,017 0000000000000000000067078eec5413e2d1b70277956fe2e8c49126d3a0f439 1.08 MB 1,336 10
849,016 849,016 0000000000000000000203cb6d90dd0689921f848528fed479c5570c813a40aa 1.33 MB 2,333 15
849,015 849,015 0000000000000000000081eb41613c6445614829428d596a76bc0441871da6ef 1.81 MB 6,577 8
849,014 849,014 000000000000000000021598b401e720c4b2e1a9bab6031bc47286ab6d7f6a77 1.60 MB 5,826 9
849,013 849,013 0000000000000000000007e9b65dda6ed7d6aec5873700533f313319c5f756f9 1.84 MB 3,487 10
849,012 849,012 00000000000000000002a85f27271abafbf25f78ffa4118cab0405a0614cb9e7 1.18 MB 1,302 10
849,011 849,011 00000000000000000002f98a542f5a8886eb1bf02b70ce9fec7bbfb4520b1f5c 1.39 MB 1,289 11
Previous 10 blocks ↓
Total Size: 701.12 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,400.16 GB sent, 218.00 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.