Loading Tool

Explorer IconExplorer

Memory Pool

80,709 transactions
29.83 vMB
0.06786580 BTC
Random Selection Loading Transactions
Max Size: 180.03/200 MB

Candidate Block

Mining Attempt 9bc312f01105c30220cc7ba82a5c2ffde7df4c81c0e266501e4c221dc2ca1c53
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root ceb23fd91f2000fe01dcdce1d1b2a6d6ea0a8dd5f71406117d642b8a27ac95bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,553
Size: 1.00 vMB
Total Fees: 0.00681240 BTC
Feerates: 34.33 > 0.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (206,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,214 708,214 000000000000000000026e701f170625a230c0d838bf04d4f3cac822916f2b09 3,239 1.00/1.00 vMB 10
708,213 708,213 000000000000000000060fa947f8c9cec4afe5b421f610c8df72c9e187a4d47e 3,107 1.00/1.00 vMB 16
708,212 708,212 00000000000000000002ffebee0211447d69d4a54bdee713d48a540a8ff798ab 3,488 1.00/1.00 vMB 11
708,211 708,211 00000000000000000007368d8d6906f4561ab4e8bd7212d7dab8dc75b27febde 2,650 1.00/1.00 vMB 10
708,210 708,210 0000000000000000000ca0a055e52d729d94b004145508c879dd86690b8f5969 3,200 1.00/1.00 vMB 24
708,209 708,209 0000000000000000000a47a00a71b18fb1f25e84f7233cc0e23730a4090d7e69 1,726 1.00/1.00 vMB 9
708,208 708,208 0000000000000000000932866bcce6960b8852f7652702e46fdb697665c2c1fc 2,877 1.00/1.00 vMB 9
708,207 708,207 0000000000000000000767cbcb59ed3a5290ad14e4e5d0eea74f11dbc03d21ab 3,583 1.00/1.00 vMB 13
708,206 708,206 0000000000000000000b023b142b815a112e7a7f2d155710bbacbe77e69be8fe 3,684 1.00/1.00 vMB 10
708,205 708,205 0000000000000000000653880397922c59d8b7c4403705f801fccc141c401cd3 659 1.00/1.00 vMB 10
708,204 708,204 0000000000000000000cb76399af0d6dbe6b3edd4d301af1fe6838a0b897b2f6 2,715 1.00/1.00 vMB 14
708,203 708,203 0000000000000000000ba2a8a3f4095435a54db3fe465684817ef450cd5fdb70 3,617 1.00/1.00 vMB 29
708,202 708,202 00000000000000000000c437ba878cc14001b6b60ff4c6cc1f912590e1d9dcf2 1,860 1.00/1.00 vMB 16
708,201 708,201 000000000000000000064a1dcb89e05b8d7ab35c9e146bf4085fc9960d6d2a6d 2,392 1.00/1.00 vMB 9
708,200 708,200 0000000000000000000a43f81ee7b1552dc0f82edd8a391ad335d1f2f75b946d 3,418 1.00/1.00 vMB 20
708,199 708,199 0000000000000000000c8f30e06527e5b07d4b8c615c86855f6bb555b189a7af 1,804 1.00/1.00 vMB 15
708,198 708,198 00000000000000000003ff428149535d303c76833b07aef2eea8896f0c5af6d4 2,470 1.00/1.00 vMB 17
708,197 708,197 00000000000000000006ab717166a2638c5086b3e02a144773b7763d1ff8064c 3,297 1.00/1.00 vMB 18
708,196 708,196 0000000000000000000437be00bf7789e4e19a187353188a3a0f574f9523f401 3,452 1.00/1.00 vMB 12
708,195 708,195 0000000000000000000473d2f4888ca5aea729a881d0aac63b92aad2cf7c987f 2,736 1.00/1.00 vMB 22
708,194 708,194 0000000000000000000cd6970540620c4cd69ce9ed7deb295a3c7609f7335113 3,057 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.35 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: 662.19 GB
    • Received: 14.84 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.