Loading Tool

Explorer IconExplorer

Memory Pool

78,767 transactions
29.24 vMB
0.07893517 BTC
Random Selection Loading Transactions
Max Size: 174.88/200 MB

Candidate Block

Mining Attempt 4f1579d5e4bab77d3264d874320a9d7416ade4415e2f62558f7df9dbef3cdd9f
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 2fcd44e489dd6606beba6b1f807d16bfa6626ff84c58c8e4754ae5ba53b2fff6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.01940677 BTC
Feerates: 150.77 > 1.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (314,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,646 600,646 00000000000000000013ce94831b4e39df3b7999e9341c2a0b4cfb2c00bd38cf 2,424 0.85/1.00 vMB 23
600,645 600,645 00000000000000000006a128c97bf366ddab80c23fd5c3386953722742507367 132 0.04/1.00 vMB 12
600,644 600,644 00000000000000000001a10bd9c9b9db92bffeef66b875cc72905ada0283fb55 2,222 0.65/1.00 vMB 16
600,643 600,643 00000000000000000002e12a134cc0e6fd1e54acc1727a66354c7ade1d1266be 973 0.29/1.00 vMB 17
600,642 600,642 0000000000000000000beafe0fc2073ad334dfdbc1d53a794cc3a3c30337f10b 403 0.12/1.00 vMB 19
600,641 600,641 00000000000000000001ae57327dbc8fdfdd9d0a29290ffdc38096fd4ef9c8c8 2,343 0.68/1.00 vMB 15
600,640 600,640 00000000000000000010936dbd0ef7bff3ce5c94ce93d84b90928709fb266d0a 848 0.24/1.00 vMB 21
600,639 600,639 00000000000000000010b5e8ed0085e597c50aba5f74f0befe64575ea33d4abc 533 0.15/1.00 vMB 21
600,638 600,638 000000000000000000072879e0ac7e97c909bd0c552e616f40e65270419854b0 152 0.04/1.00 vMB 37
600,637 600,637 0000000000000000000e3727a54eec0efdf223df1d7f21a6a49e98e0830cda7f 2,355 0.72/1.00 vMB 19
600,636 600,636 0000000000000000001270e3cafd0048a2df201db24b07149c1fb2fc080ae833 2,382 0.65/1.00 vMB 19
600,635 600,635 000000000000000000150316443e0d9b77a36d16ba800078b6b67847941cf68e 2,725 1.00/1.00 vMB 22
600,634 600,634 0000000000000000000c5249ec81d7bd892e1165b43b2988c3f25bf44735b245 532 0.13/1.00 vMB 12
600,633 600,633 0000000000000000000c5729021d0c979cd5bfae135f53142e28020287d87395 3,180 1.00/1.00 vMB 20
600,632 600,632 000000000000000000136b5d21f28fe8021a4c984a4b7a30a9c04c794535e279 2,180 0.93/1.00 vMB 14
600,631 600,631 00000000000000000008d6b2f71bcd8eb20086a85ba9ec0dc69f0fe1f27ff1e8 3,351 1.00/1.00 vMB 15
600,630 600,630 0000000000000000000e4e48e99fa06c69b5c77ba8e8a833311d617f4d00091d 3,414 1.00/1.00 vMB 18
600,629 600,629 00000000000000000008db1b0e1e3f3cbe21af07a4fb3d7cb682ccd191915b92 3,098 1.00/1.00 vMB 21
600,628 600,628 00000000000000000014a313ccaf496866f30c9438c77cfb2e24caecaf38020a 2,228 0.77/1.00 vMB 3
600,627 600,627 000000000000000000043502e76e939566d77cf9802b62ad6cc9098534efaf41 2,929 1.00/1.00 vMB 26
600,626 600,626 00000000000000000000c6e0c8a6587835746ae98018b6740bc8c15751ee3900 2,297 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.