Loading Tool

Explorer IconExplorer

Memory Pool

82,280 transactions
31.58 vMB
0.08501943 BTC
Random Selection Loading Transactions
Max Size: 188.02/200 MB

Candidate Block

Mining Attempt 7dd80d19ea050de8135f8174df9aea3225fe1546ecb40ec95f6803ba9f403656
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root 04571b8b8fe9541e37e9b7b31b555e369ee3f1b814458a8eac2bd70b8c684851
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,313
Size: 1.00 vMB
Total Fees: 0.01695234 BTC
Feerates: 157.11 > 1.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (477,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,317 437,317 0000000000000000021850f5055622f652e787a4fd66aae55040a3276ab9e537 1,847 1.00/1.00 vMB 67
437,316 437,316 0000000000000000001123faa1b610984e58d224f110146cba70d74dc1bac50a 242 1.00/1.00 vMB 24
437,315 437,315 00000000000000000436d945a600701b2ba40c090d1ced179304edf5bb4d4628 1,091 1.00/1.00 vMB 49
437,314 437,314 0000000000000000039aff9f7fb62e35157350e3282a06ee0af095e287f9af3e 826 1.00/1.00 vMB 38
437,313 437,313 0000000000000000039ce9779fcf528cd0d87e195f562cee72bffa1af5a74305 1,411 1.00/1.00 vMB 45
437,312 437,312 000000000000000003bfac86d41962e0f0a240814ebd4a66fe689ae9d13077c5 2,116 1.00/1.00 vMB 52
437,311 437,311 0000000000000000044bdea210b237a18cbb8b496b20cc6559c1c1f959c2a5c3 1,977 1.00/1.00 vMB 51
437,310 437,310 000000000000000002f46a13de1b6004a830d69900882303f3c8f3c11115f4ea 2,145 1.00/1.00 vMB 53
437,309 437,309 0000000000000000000c110a32adf8aa7bde1946c726eb5eee3b5dabbfb2b0a7 1,896 1.00/1.00 vMB 61
437,308 437,308 000000000000000001491b49539eee00c8aca9b96cf023e103b3190e9d6af292 2,001 1.00/1.00 vMB 64
437,307 437,307 000000000000000001e230b48b7f15d3fe5210079358e8df980ee32bfc0ceb17 2,070 1.00/1.00 vMB 60
437,306 437,306 0000000000000000002acafe694e1dc4aed252c4c2ef22e3771e04020597074e 2,518 1.00/1.00 vMB 85
437,305 437,305 00000000000000000234396ba0c5b12e6d31ce1784be23882806c3e30e21c28a 2,907 1.00/1.00 vMB 71
437,304 437,304 0000000000000000025f51d530749fffc7f55d68d752594166e3b834fe20d9f1 2,985 1.00/1.00 vMB 65
437,303 437,303 000000000000000002d249a3d89f63ef3fee203adcca7c24008c13fd854513f2 1,652 1.00/1.00 vMB 76
437,302 437,302 000000000000000003ede553043a22df3ff0bc7313a4ae7ec986d8e42a85fb62 2,735 1.00/1.00 vMB 75
437,301 437,301 0000000000000000010f154aebc9404f3e25cb182ad68223fce0ef990f31c03a 2,538 1.00/1.00 vMB 76
437,300 437,300 000000000000000000c3bb2cbbec91675c4f81c660ecb55dee6636aa47c19fbd 2,474 1.00/1.00 vMB 103
437,299 437,299 0000000000000000016bb6a739530f69ba34ea8ef23b204bae78b181af51adbc 2,329 1.00/1.00 vMB 89
437,298 437,298 000000000000000002016245403f5bb105c39b499a3e9059de8426f94bbe4eb4 1,836 0.75/1.00 vMB 104
437,297 437,297 0000000000000000015ea1cc96dec9d36c38171e87734a2b81efb4dc986db305 623 0.28/1.00 vMB 167
Previous 10 blocks ↓
Total Size: 782.52 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.84 GB
    • Received: 15.59 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.