Loading Tool

Explorer IconExplorer

Memory Pool

74,387 transactions
27.45 vMB
0.06967595 BTC
Random Selection Loading Transactions
Max Size: 167.61/200 MB

Candidate Block

Mining Attempt 05a3e44ba4e763bf6621250893efd1f8120c5bfd1be94001d798f2a6a3a74ff4
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root 3d5cc9a0ef43fdc2f0a8d8fffef762829be527dd6ad54642c5c4ec6bca35dc24
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,020
Size: 1.00 vMB
Total Fees: 0.01127738 BTC
Feerates: 91.30 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (385,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,298 529,298 0000000000000000002d861186cd1a43127f57282470fb042d2b803c659c9661 1,212 1.00/1.00 vMB 8
529,297 529,297 00000000000000000001d54852c68100360f44db63d64f35561eb4b215c755c8 1,382 1.00/1.00 vMB 81
529,296 529,296 0000000000000000001309165e40b3aade21b9d8ad00b92a259ce558b78e34f4 914 1.00/1.00 vMB 18
529,295 529,295 0000000000000000000ff174c1c8e79b09c1c07b54c7f82720e1f5723bb2fcce 173 1.00/1.00 vMB 2
529,294 529,294 0000000000000000002d32d824df04e57a595f3bc702f9af32cf0f626f7ac64d 909 1.00/1.00 vMB 6
529,293 529,293 0000000000000000001fa176b8c0fbe8ff9570394d9ab1b1e0415fbfab28fb7e 2,631 1.00/1.00 vMB 65
529,292 529,292 0000000000000000002c1f51821bef5823663d684372837e050a1ea24e30ef4d 1,471 1.00/1.00 vMB 30
529,291 529,291 00000000000000000009c20be04d6276ed0f5df9626d8cb33ca01e44acf88a40 2,630 1.00/1.00 vMB 35
529,290 529,290 00000000000000000019efcbb807fbc7b048d5ded291c412d48a076a33001348 2,718 1.00/1.00 vMB 47
529,289 529,289 0000000000000000002f34bb72405c9090b70f4c18a8916eb46ce079ff764243 1,530 1.00/1.00 vMB 26
529,288 529,288 00000000000000000026c3789f376d05ea10af6bdcbe137713683f53fc97a853 244 1.00/1.00 vMB 2
529,287 529,287 0000000000000000002db5e1a7ed16a43d0f60e13545f5c35d2e9e5c1b06eaac 2,835 1.00/1.00 vMB 37
529,286 529,286 0000000000000000002f2062b41e8d6d87e1a4dab47c27999aa1a5e0313abe08 929 1.00/1.00 vMB 3
529,285 529,285 000000000000000000169fb71783ffa29a60a161e12a1b2dbf18861bdb722219 2,937 1.00/1.00 vMB 42
529,284 529,284 0000000000000000001d0f522582f23ad8b3a2ade11da6317a389771208ff81e 1,824 1.00/1.00 vMB 38
529,283 529,283 000000000000000000117c467ab5336077cb04f7f70ea6ebcd68e0b3ef6cf909 199 1.00/1.00 vMB 2
529,282 529,282 000000000000000000274f94c316fac7bc6d3b9e9d9587d036bd422959f9616f 129 1.00/1.00 vMB 2
529,281 529,281 000000000000000000136b61ded9be8ed0721c023b9cbcdc9176ae1ef555ab62 730 1.00/1.00 vMB 11
529,280 529,280 0000000000000000002791806dc191c1a5efcdf49573b70891eb787da8e8b97a 2,174 1.00/1.00 vMB 42
529,279 529,279 0000000000000000001ef9e393c64d2b00e95b7f7bdb617d3b50f79ab7822883 1,128 1.00/1.00 vMB 20
529,278 529,278 0000000000000000001d4b4003b7c8e19437112aac593c8e0f59edc95122fde9 1,864 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.