Loading Tool

Explorer IconExplorer

Memory Pool

77,252 transactions
30.80 vMB
0.13989421 BTC
Random Selection Loading Transactions
Max Size: 177.09/200 MB

Candidate Block

Mining Attempt 9d846f871693c1793ef9fc5cf9612e14826667c207b2c442ce1794f5da06c05b
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 24c173413abb079a165e8b1817c55b63eb4a4f9d0fd50e0f9460ac68c1d26572
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,304
Size: 1.00 vMB
Total Fees: 0.05112858 BTC
Feerates: 150.36 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (800,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,198 114,198 000000000000c63940dfea5502db52b3a6ffcf5f28bcf840bd18e3ff94c00a6b 121 0.03/1.00 vMB 105
114,197 114,197 00000000000074ec181976cea14bf0fd3a34e9998ac33078d910c5d10d27e5c2 6 0.00/1.00 vMB 0
114,196 114,196 0000000000008db73c89a1f8bb4cc38d003c84b522999235fd7eec92adcfdfab 14 0.00/1.00 vMB 0
114,195 114,195 0000000000008aee3f8b6f15a2b1691753dad95b39ce04373e85e176a44a9f73 8 0.00/1.00 vMB 350
114,194 114,194 000000000000b9e12e30b5804d3e0086d9ba994ca00c89ce34650f391404bd11 9 0.00/1.00 vMB 359
114,193 114,193 000000000000608afd4994260c0ea75c46a0c5316ef7aa20ec7fc370489fa73d 14 0.00/1.00 vMB 0
114,192 114,192 0000000000001e0a1970e089e1fd5a3ffd6a943b95781bac79e127c0339da515 12 0.00/1.00 vMB 668
114,191 114,191 00000000000049d791d6839e0c77345d3d00c8ad54ef0e1da9f360d99bdb9667 27 0.01/1.00 vMB 0
114,190 114,190 00000000000031ff17cb55179c29f4e212551a9b439ec7806615001c7d1c2637 101 0.02/1.00 vMB 0
114,189 114,189 00000000000070937effff03e3fad032e2716687a7317000904a12f9af5d548e 14 0.00/1.00 vMB 0
114,188 114,188 000000000000dbc47d14bd60b9e0f755c0371e78533b19c144fa3b8187d8af9f 12 0.00/1.00 vMB 338
114,187 114,187 000000000000aef613578ec805b48a38ad9d993d89753fd6249ae140ad697e19 113 0.03/1.00 vMB 0
114,186 114,186 00000000000048024990d7d97cf0b40a84855e86387e771405cadad5a3a7ece7 11 0.00/1.00 vMB 309
114,185 114,185 00000000000022ef655cf825578ea933a95a557c3bcd32efee986f48541b9abf 11 0.00/1.00 vMB 616
114,184 114,184 000000000000b0e8af31adb30c90fe749fc87250543108b02b986682b092a1f2 122 0.03/1.00 vMB 28
114,183 114,183 00000000000041c586119bf84b7a00c6f9d148aa0c09e11725f0bf5c37a008f6 9 0.00/1.00 vMB 650
114,182 114,182 00000000000065f4b9d83936094ef277f4d05182cb74cfac1beb7f832536a1be 10 0.00/1.00 vMB 0
114,181 114,181 000000000000a09df47ea4f79fbcda47b2185843e7497682121e3da450a03d21 8 0.00/1.00 vMB 0
114,180 114,180 0000000000009fccf8bdb68f80e92a0ac8b3d3b38542e203418f88d88d1fc263 8 0.00/1.00 vMB 615
114,179 114,179 000000000000ca341857cf87a70626e375c9a526fb678471eefab8f9e508b643 9 0.00/1.00 vMB 0
114,178 114,178 000000000000a874d2faca90832e0e03fbb3a3f4c7c3e49bb1b530bca4f184a1 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.48 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.22 GB
    • Received: 15.43 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.