Loading Tool

Explorer IconExplorer

Memory Pool

37,900 transactions
26.06 vMB
0.05190087 BTC
Random Selection Loading Transactions
Max Size: 135.07/200 MB

Candidate Block

Mining Attempt 0bb87bfe022570bdf18396c0c4d1e9567a26c144638f4561cfdbe73388def67f
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root 692bb75a981d2ec3016c3456cbf9434d193a16903b9176a3664d28091b13391d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,917
Size: 1.00 vMB
Total Fees: 0.00440235 BTC
Feerates: 13.56 > 0.44 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (262,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,131 652,131 0000000000000000000940e5839601a7c67cc9457c2e15a40f0abadd714e90d8 2,964 1.00/1.00 vMB 57
652,130 652,130 000000000000000000030fd8f9640c6f40254535a4db7b8a0cc2b2fd192db9c7 2,430 1.00/1.00 vMB 70
652,129 652,129 00000000000000000005f5f7b00210d9e96d247b21e76f05c1aa217d46aa738a 2,519 1.00/1.00 vMB 102
652,128 652,128 00000000000000000005594ca76cd90e94f68d467c0fc950c3dd744ba164f1b7 1,772 1.00/1.00 vMB 106
652,127 652,127 00000000000000000001dc063855267eedfdf392e4a0bc19c1e9f18c18fb0bef 2,115 1.00/1.00 vMB 108
652,126 652,126 0000000000000000000e13015ece70bb62a2c2f7a689eae5164a2020650ca2a8 3,205 1.00/1.00 vMB 126
652,125 652,125 000000000000000000080ca212557b350a253a4992989b12838d9bd22804314e 2,817 1.00/1.00 vMB 119
652,124 652,124 00000000000000000009881062e4de0a5cdc58aeedfb5fae1cbc320ca17a9234 2,752 1.00/1.00 vMB 14
652,123 652,123 0000000000000000000da8eeba12e0df629c0e28f12355684fbf3585e6e63e50 2,429 1.00/1.00 vMB 85
652,122 652,122 0000000000000000000e2b3f39e92ca2c5affaf8dee9b3ead922280f54b3b8f9 2,363 1.00/1.00 vMB 102
652,121 652,121 0000000000000000000a2b768a570e6a869063481afe47d714c6a3e143e7a56e 646 1.00/1.00 vMB 13
652,120 652,120 0000000000000000000e4b563a4ff98951e995596a519fc30a9e3f8d3850fcfd 1,346 1.00/1.00 vMB 24
652,119 652,119 0000000000000000000a3318ef9e947ac493303c5d6d168a5a396a67a5c53ba6 1,981 1.00/1.00 vMB 16
652,118 652,118 000000000000000000028a98f57cb6ac491b07ef3a6c8f3634c4478b07f5a424 2,078 1.00/1.00 vMB 65
652,117 652,117 0000000000000000000096738873d5e009537cac8b4a385c3e4a75cdfd9a5f05 2,588 1.00/1.00 vMB 53
652,116 652,116 00000000000000000003b0ae9a630963b7e6a9904c1a7fe9045803e111633b4a 2,270 1.00/1.00 vMB 10
652,115 652,115 00000000000000000004b56ddb8a9706c542c258e82c4e6941b65274986b7332 2,621 1.00/1.00 vMB 69
652,114 652,114 0000000000000000000d3fae711e8df1ad8d94b9ad8cca120c6b327863e613d9 3,043 1.00/1.00 vMB 54
652,113 652,113 0000000000000000000d34935da747627130d52870088026e429d756791a0808 2,607 1.00/1.00 vMB 76
652,112 652,112 0000000000000000000426189dbceb8812361c864f52d1e03b44851180067dfc 2,325 1.00/1.00 vMB 41
652,111 652,111 0000000000000000000840153b94edad00306ec3600ced41d1686b2b813767a5 1,979 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.15 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: 653.14 GB
    • Received: 13.82 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.