Loading Tool

Explorer IconExplorer

Memory Pool

29,368 transactions
19.62 vMB
0.02890369 BTC
Random Selection Loading Transactions
Max Size: 111.50/200 MB

Candidate Block

Mining Attempt 5e4be58eca2cd46c3190899562308139fff8ebe60c1bd4f4238f2e9b60dc1fdb
Version 20000000
Previous Block 00000000000000000000a71ff942843c2c3d84baa203a6108f9f8e67a57adc40
Merkle Root 58f0204de378ae08bfedaedb611e83f3731eff5a70ee1d8ec98681686e0ce3ab
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,736
Size: 1.00 vMB
Total Fees: 0.00795941 BTC
Feerates: 69.61 > 0.80 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,088 (787,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,318 151,318 0000000000000dcd817eb2db31f94586dd92fc54f1eaab2db33601a9839e95a1 19 0.01/1.00 vMB 161
151,317 151,317 0000000000000597c9b0a848c5e1ff020b8603622cd6ff3cc03ac6384b5c1d3e 3 0.00/1.00 vMB 47
151,316 151,316 0000000000000b2c408aab0a94d8dd08ac2c45f19ee16b2f6bde5bb3ecc69b54 82 0.03/1.00 vMB 61
151,315 151,315 0000000000000c053a0f6f972d3db971401cc26dc1102e6dd6a2610f3d900c8a 43 0.01/1.00 vMB 313
151,314 151,314 0000000000000b0b402d5f4d26c08c709dba7d936aba48662c3019478e30ae6b 97 0.03/1.00 vMB 44
151,313 151,313 00000000000001d1ad17bd4f0265ce5c30f5c3bff1044a30aa157ba6086434c5 58 0.03/1.00 vMB 82
151,312 151,312 00000000000003e5cd75c972ccde2981c277351a6af15d74a69649db6d97513a 8 0.00/1.00 vMB 780
151,311 151,311 0000000000000bf43667a15f8185432a68306d46c0b5d2384243f97f14d3a911 68 0.03/1.00 vMB 123
151,310 151,310 0000000000000555dd00aaccf71ab9c67bc96865ecdd03c692eb87277ef8f8c1 144 0.05/1.00 vMB 167
151,309 151,309 00000000000001bfe8fcf86ba66fd6c964b19f988807ddb37fab114744d93597 108 0.05/1.00 vMB 201
151,308 151,308 000000000000039d9dc237bcb78cf7c230cc0dd9329bdbd90e76bc47f2edfb2e 60 0.03/1.00 vMB 106
151,307 151,307 00000000000007598c054506b0b2b7f2831df3821bd86dca134d94a2350a0a2a 128 0.05/1.00 vMB 146
151,306 151,306 0000000000000dbbc32e69df73ef2b99034ed5324913b3ad5fe13a7240e0d0df 57 0.02/1.00 vMB 137
151,305 151,305 0000000000000ca81c47551195ba223fc24e3814e1428998d62509f113f41de4 3 0.00/1.00 vMB 193
151,304 151,304 00000000000007de5f7473555b8e25ddfb2bc2f5e2e25860ba1f93e2834584d8 5 0.00/1.00 vMB 72
151,303 151,303 0000000000000dd85913f1c0599ad890e14a648afe61dcad0962735318a06465 6 0.00/1.00 vMB 136
151,302 151,302 0000000000000bb7a38c0fd6ecefe073516a9eb07afd04b2ea46eac01e10694a 4 0.00/1.00 vMB 26
151,301 151,301 000000000000064f01a001b48a36257916e60b265ae3cff31b641bcbcc300be3 43 0.02/1.00 vMB 580
151,300 151,300 0000000000000c3cc72c5c70d2ea33ad6b168887ce45c7c22eeecad1194bf165 62 0.05/1.00 vMB 93
151,299 151,299 00000000000008955a1a6523ad5fa9da2cfcfa8dd1b39c469b3e40eabe5aa8d6 57 0.03/1.00 vMB 61
151,298 151,298 0000000000000405bf4ce390a832281efd29bca1790f9ddb903d39a37ca22678 39 0.02/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 825.05 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: 4,222.34 GB
    • Received: 231.94 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.