Loading Tool

Explorer IconExplorer

Memory Pool

80,436 transactions
30.10 vMB
0.13926648 BTC
Random Selection Loading Transactions
Max Size: 181.77/200 MB

Candidate Block

Mining Attempt 3a6fea154f31ca32d52831026f1869b3fa1855a6c266772ad41231ce1c1d57a8
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 5add3775e0a64e73392d290a08f958028e04b7db343202e8b9cf98e7b7dcb33d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.06843456 BTC
Feerates: 101.64 > 6.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (473,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,569 441,569 00000000000000000044be64784ed2a2e64c2de74c0d10629edc2faf9adecc8c 2,630 1.00/1.00 vMB 68
441,568 441,568 00000000000000000079235d22845621904970789c4d237297194578e36cf405 2,393 1.00/1.00 vMB 72
441,567 441,567 0000000000000000022c73de140c8f0aa85eccc3dfbcfbb90860659a61b9058e 2,547 1.00/1.00 vMB 88
441,566 441,566 00000000000000000304a30125f33d93c39d989fa3ccc56dcbef2fe98e103b41 1,021 1.00/1.00 vMB 60
441,565 441,565 0000000000000000025cc38140f27a13ee53d3ac71a29ec5ba9f4bfb84d34c2a 2,480 1.00/1.00 vMB 78
441,564 441,564 0000000000000000026c77e45f822333e44b1384b8cf1da35f9c102dd0e82ab1 2,122 1.00/1.00 vMB 68
441,563 441,563 0000000000000000021aa6cfcd68750034b901b48495cee014ff76c64ea86b49 1,646 1.00/1.00 vMB 102
441,562 441,562 0000000000000000035fbd46c5a4e8103ca1c5894e5c693c5279862c984f17f1 2,017 1.00/1.00 vMB 98
441,561 441,561 000000000000000001a31879b7784463be2089bc431c365585b635f5d15f3821 1,468 1.00/1.00 vMB 65
441,560 441,560 0000000000000000032c59819cde3159850d1597b4426caac91ae96cd9f18f50 2,549 1.00/1.00 vMB 98
441,559 441,559 00000000000000000155c07a73289746503eaf22861932f99b2f007fc1733a9d 2,252 1.00/1.00 vMB 90
441,558 441,558 000000000000000001479231f40dbaccc1da3c80b46d3c1a7bbfd515e1bac63c 2,704 1.00/1.00 vMB 87
441,557 441,557 00000000000000000091efb53dd260ed11c11521329897e585779f893d58a0b9 2,295 1.00/1.00 vMB 87
441,556 441,556 0000000000000000034cadeecec86cfbc53d83d5de97f995501c8ffecfe00373 2,736 1.00/1.00 vMB 69
441,555 441,555 00000000000000000182b89816ad788822ef40bc3e99e9940830d5f6a8e56741 3,296 1.00/1.00 vMB 71
441,554 441,554 000000000000000001279c40bb1c19a8bf4073cabf03e8d54a9ef182088c3d37 2,880 1.00/1.00 vMB 63
441,553 441,553 000000000000000002845d1416218617022df6e8b047b252d0ebcfb3c054c162 2,115 1.00/1.00 vMB 94
441,552 441,552 00000000000000000389f64f4642f1ab8d97486008176d97cb59f1c70fbcba3f 2,253 0.99/1.00 vMB 82
441,551 441,551 0000000000000000035362414d0bc10597525feb24eb954c5769b406f3900ded 2,118 1.00/1.00 vMB 80
441,550 441,550 00000000000000000245c67f713f8d11e9421a0f291e9a175f90738a9044e970 2,505 1.00/1.00 vMB 84
441,549 441,549 0000000000000000031f9dc4546f3a6525014051bafe76900651c8694c1e6b6e 2,451 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.64 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: 672.38 GB
    • Received: 16.22 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.