Memory Pool Memory Pool Refreshing

3,234 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,556 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,942 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,555 (821,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,741 86,741 000000000008184998fa5c20a6eaaac2415bc95076d89b3d1cebeccb1bebeb6d 0.00 MB 2 0
86,740 86,740 0000000000184bf157c28d0cc3838eabb7d94f48a7d75e2441a1807e014b6beb 0.00 MB 5 0
86,739 86,739 000000000001909be08505a55333d84e8b98588c442bef5918fe075a83dccee6 0.00 MB 1 0
86,738 86,738 0000000000067df9017deeaf53fbff69c4be4a88e88b82b7b1948f85e4ef1acb 0.00 MB 1 0
86,737 86,737 000000000019ec6c4bd10e3efc6d24168fc064ba9ad0cafc75a7280cd80985f3 0.00 MB 1 0
86,736 86,736 000000000015adacf636841cf70200a75b1e8c275d1e4394192d0f68e552486d 0.00 MB 1 0
86,735 86,735 0000000000160b6c6afaa2a9098be64fa162c795cc5222b122c0e0949e2bf0ad 0.00 MB 2 0
86,734 86,734 00000000001a4bb5c4ea6e7758fb8168ff6674c59ba2ced055448581869c540b 0.00 MB 1 0
86,733 86,733 0000000000015515b8d1947cc8ef18e4d0b74de629951377ee4b537f7ef36db2 0.00 MB 4 0
86,732 86,732 00000000000c406a5b03ed9b2e82fbf0228e9c3750d19ac3b4b5abdf006cc99e 0.00 MB 2 0
86,731 86,731 0000000000104015d3029e14169b5ebf64981dc18c6e257a56cd1cee9cea708b 0.00 MB 5 0
86,730 86,730 000000000000a0fa53da1e70befa671f3414af8b5cf3d9fb536fd0e5d04d8c2e 0.00 MB 3 0
86,729 86,729 0000000000086ca1477018bb5eaead95e8363e160900ea88b070773611515edb 0.00 MB 3 0
86,728 86,728 00000000000e625f27c65c6e64e22a76fe6ab90ee2029ee540fed1f8e121826e 0.00 MB 2 0
86,727 86,727 000000000007cf1a7360e438ffa9511a715337230c9cb30599f773a10370afb5 0.00 MB 2 0
86,726 86,726 000000000019cb5c9ab7c5094926193a84cd45e5cf4c2ac106d3344bdb3a32a6 0.00 MB 1 0
86,725 86,725 00000000001ba9983038f5236b923ddcc2ea82b32e7409dddd0eba893a2eb5ef 0.00 MB 1 0
86,724 86,724 00000000000cccd6774d8640f7b8ff533489099f9731e4edd9fad0e77ee90789 0.00 MB 2 0
86,723 86,723 000000000009444e6557e1fb76e5411df99ff0615c5d37ae350ab9af45f12ebd 0.00 MB 1 0
86,722 86,722 0000000000116fbd064d90807092a52081707a11aa47b91c25bc9a442e661c28 0.00 MB 1 0
86,721 86,721 000000000011e086350fad74dfffbeb4de0e58c424f3e2ccf410349faafb3ff6 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.72 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: 1,845.48 GB sent, 100.62 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.