Loading Tool

Explorer IconExplorer

Memory Pool

73,681 transactions
27.36 vMB
0.06387594 BTC
Random Selection Loading Transactions
Max Size: 167.02/200 MB

Candidate Block

Mining Attempt 28c5ebd74e95f088eb3a6a377ff4d64264403037919a1a6d2d031d8433b2886c
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root cb67db5bf90edbbc5708c9b93d092a5d08b9bd43a1594e08526ab57f2ae8d3ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.00565152 BTC
Feerates: 73.20 > 0.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (456,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,120 459,120 000000000000000001d58b74e2da6e06faf92e545d6e64f7fb6408231b383d72 2,325 1.00/1.00 vMB 175
459,119 459,119 0000000000000000007e0b4de2ec2512207a6a548fa9b2c7d3c1d99dfe662cf4 2,720 1.00/1.00 vMB 184
459,118 459,118 0000000000000000005f97efe9dabb6edb65f1919a6addbb0ca17a5aa2bde189 1,261 1.00/1.00 vMB 207
459,117 459,117 0000000000000000000f9da4dfe5d4c9d4a9e571d6e116705d981e79cc59e7d6 2,047 1.00/1.00 vMB 232
459,116 459,116 000000000000000001db9197decbb70efbd01580df6abba872161b8972d0121b 677 0.48/1.00 vMB 84
459,115 459,115 000000000000000000627a22c1badb250427030116b4ce6e8f36ab10c55bf67c 2,288 1.00/1.00 vMB 137
459,114 459,114 0000000000000000003e98b04905fbb63940e4f4e1fc321da9e120602747a037 130 0.06/1.00 vMB 157
459,113 459,113 0000000000000000007eb8a8c389f7f9c7fcef1f32ce13e2f9f4c0cc3f4e957a 963 0.45/1.00 vMB 151
459,112 459,112 00000000000000000002a12e28f0fa4a2eb156520d60fc976a2b9ce479236db6 1,122 0.48/1.00 vMB 136
459,111 459,111 0000000000000000006ec4a9e437dfa0eb54eda21960f0d87b60624552a23d04 108 0.04/1.00 vMB 176
459,110 459,110 000000000000000000166fd86560f2c410531ae6037b0a6f80900560d44dfb78 1,237 0.83/1.00 vMB 155
459,109 459,109 00000000000000000036421d8cda6605e8fb8b58e7fa05a13a0dbc50a313c2c6 932 0.45/1.00 vMB 147
459,108 459,108 0000000000000000001e30267417fb82aed90289b24ad53f7e7f43462803698e 329 0.13/1.00 vMB 159
459,107 459,107 000000000000000002331a41572073f6b080076ce55425356e3cbc6e20ce73ab 1,632 0.73/1.00 vMB 110
459,106 459,106 000000000000000000a803238e8131ca33ba3e2e067b024515217854270b2a23 2,319 1.00/1.00 vMB 185
459,105 459,105 000000000000000000a7e53843a5a6e4d7ed6b4b30ce8712550fc2c4e89d0070 653 0.30/1.00 vMB 135
459,104 459,104 000000000000000000640cea891631c96e052900579faa3fae2eb371a90ff0ea 1,139 0.57/1.00 vMB 134
459,103 459,103 000000000000000001bdb79f6625924ffd334adcb2e648aca6e373be31881678 2,271 0.94/1.00 vMB 141
459,102 459,102 000000000000000002099b452e824c0901ae38e19e13d22f92a9ffe7d0f893ba 449 0.17/1.00 vMB 151
459,101 459,101 000000000000000000e4ed254e403a08c7123b6dc75756e7861b6b81d1067cda 129 0.06/1.00 vMB 124
459,100 459,100 000000000000000000369b030c6b64d85b33966d90e257fdead92a28c0ece298 206 0.08/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 782.95 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: 715.14 GB
    • Received: 17.65 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.