Loading Tool

Explorer IconExplorer

Memory Pool

45,630 transactions
27.65 vMB
0.07353731 BTC
Random Selection Loading Transactions
Max Size: 146.40/200 MB

Candidate Block

Mining Attempt 2174e55ce77c5a4c6dd252702400317d18a19e145ce1a726c1270a78574d0622
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 57aaccf1a9de2e723a6d3eda1faaef854ef3a64fb98f29d06cde4c19fc469414
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,008
Size: 1.00 vMB
Total Fees: 0.02133674 BTC
Feerates: 200.99 > 2.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (793,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,759 121,759 0000000000005e1b2f9adb5bfe3f1c5396e77fc9b8519603311ba02c7e8f64b9 13 0.00/1.00 vMB 334
121,758 121,758 0000000000003f30013dea3f3623d28baf293fe7d8ffeea5fd10f813a6e1eb51 10 0.00/1.00 vMB 0
121,757 121,757 0000000000002c4c72d05d2f367158f3bceafc1ea1b8f8aacb25bac49cb1bee9 13 0.00/1.00 vMB 479
121,756 121,756 000000000000626178f5396b0b286e7cb1ac99161f12355114f1b8053ea8e782 12 0.00/1.00 vMB 603
121,755 121,755 0000000000008a50d8ba6f86930d0da70fa0140018d80750cb9009c8c9a9920d 8 0.00/1.00 vMB 0
121,754 121,754 000000000000473b33628cc38af4ff386b379c61b5835f90a25542af3e746858 7 0.00/1.00 vMB 668
121,753 121,753 00000000000028cddefb3f53132e505485ca0283b45626f4f4d04dbc82da8fb2 24 0.01/1.00 vMB 385
121,752 121,752 00000000000044afd428a552eb035827c1b972adc3c530167523cbf5859550e4 10 0.00/1.00 vMB 0
121,751 121,751 0000000000002a0dc6ae90ab90cd5592971b070d5e054a7b673412a3f15d57b9 8 0.00/1.00 vMB 411
121,750 121,750 000000000000888db0f15adcf8e44aa835a15642b62e51b92251e3b3ecd5b5ec 10 0.01/1.00 vMB 333
121,749 121,749 0000000000009889d96b623d4fb4a57563935660add410686e4305ab2006bd07 10 0.00/1.00 vMB 627
121,748 121,748 00000000000010063f2a1dcaf2debacfc54c1730fad4e11ad7f85e415ff40b06 12 0.00/1.00 vMB 253
121,747 121,747 000000000000659a131326ac0deb312a3b86bdc5b7f964079be7924e26b06e12 12 0.00/1.00 vMB 0
121,746 121,746 000000000000939e17d0e2035e733e948f0794944d7e828b93944b22f280b4b4 16 0.00/1.00 vMB 201
121,745 121,745 0000000000000b55cdfb70adf598f226c068862cce0f0729ab0dff35b1d793f3 6 0.00/1.00 vMB 295
121,744 121,744 0000000000001d7736f82dc10fd84e46af35b3613a44619e90cf0829f123f6e7 9 0.00/1.00 vMB 0
121,743 121,743 00000000000028093dcd637d9cbc5ee949968fa49614011046db921dc6dda8a8 11 0.01/1.00 vMB 646
121,742 121,742 0000000000006a92e1e462e1acf477466067231bc146dfe47d8d0d6cfccfc618 17 0.00/1.00 vMB 456
121,741 121,741 0000000000001645d091491a12502b313b14a938ff9ddfdcfa459daf1272ee29 9 0.00/1.00 vMB 0
121,740 121,740 0000000000003f2192606c8ee7ca58a7ec9cf0584f6de7e1d8048a7b6d1ef320 6 0.00/1.00 vMB 0
121,739 121,739 000000000000154724ad670dc17eec6a91edb4e3cf9b7c094712fb54eedad832 6 0.00/1.00 vMB 315
Previous 10 blocks ↓
Total Size: 782.25 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 655.43 GB
    • Received: 14.31 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.