Loading Tool

Explorer IconExplorer

Memory Pool

45,528 transactions
28.93 vMB
0.13686968 BTC
Random Selection Loading Transactions
Max Size: 150.73/200 MB

Candidate Block

Mining Attempt 66aa1de1d911d7c3bb3c9efd7bd5e0b84cb538148d20724a00e5f902491c6de4
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 8da6b7f68f20681c63724745cea9d4eaa62096804e9c46c67d02f0779589ca36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,626
Size: 1.00 vMB
Total Fees: 0.03877657 BTC
Feerates: 100.25 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (461,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,177 453,177 00000000000000000225d154540ba6d4619db77776b57e181299fd78a207c1da 2,156 1.00/1.00 vMB 82
453,176 453,176 000000000000000000b1cebacba41d5a51a10786f6358c835df30c8ff1afa9dc 2,166 1.00/1.00 vMB 112
453,175 453,175 000000000000000000e66f10e338423ae85a79fe478b86b6446b882af2b4b699 1,841 1.00/1.00 vMB 165
453,174 453,174 000000000000000001cc485e00fa3f2a550bbb2908798ecda4c6ab37570075a5 2,565 1.00/1.00 vMB 95
453,173 453,173 0000000000000000010ecc25ef2412091c5c5aec7b972b83d05f30df93bbe1e3 1,280 0.63/1.00 vMB 90
453,172 453,172 000000000000000002390016f1ba39ee9322afcbf7dcd731ff32c967d2de8527 2,793 1.00/1.00 vMB 141
453,171 453,171 0000000000000000012bc2b630c2d635dee6a1164e1c8901e91ade40d2a31e39 1,928 1.00/1.00 vMB 83
453,170 453,170 0000000000000000024ebdb53f229eb6b3eef6e30f955b1a6d3d471b861b7e0c 2,594 1.00/1.00 vMB 136
453,169 453,169 0000000000000000008c6ff78890f92f91032ff30e19b21e68983d28d6e935e5 1,825 1.00/1.00 vMB 91
453,168 453,168 000000000000000001e42e4b7c250c3175f856d6fe9652de81a2f789a341431c 2,385 1.00/1.00 vMB 130
453,167 453,167 000000000000000001eb681883d962c0b59af96ad20413ad3643b5e8a5872525 1,945 1.00/1.00 vMB 106
453,166 453,166 000000000000000000bf663e2f6af05bcd7f9126855b00a59925954b4d713fae 2,697 1.00/1.00 vMB 79
453,165 453,165 000000000000000001a1c03f070579923d46a445e5f172626bbaadf0d6a20427 2,276 1.00/1.00 vMB 96
453,164 453,164 0000000000000000026f2a9160c8383fe88f0e87479a72ed2330167b8f5f24c5 2,150 1.00/1.00 vMB 90
453,163 453,163 000000000000000001ea5aeff95e55d276398863e57c5d5ebac475a08cfc070d 2,579 1.00/1.00 vMB 77
453,162 453,162 0000000000000000021870349ac4fc4bcea9dad0cde79c3436af518c34b04488 2,026 1.00/1.00 vMB 105
453,161 453,161 0000000000000000018b4b1c21ab3dbbad875cb76b314569f0f488f3add3a60a 1,813 1.00/1.00 vMB 100
453,160 453,160 000000000000000000ee78d5592a1551f517acb2328ad71150a059ad89e8848d 2,214 1.00/1.00 vMB 106
453,159 453,159 000000000000000002609bf5b85d07ff4f27fa8288cdb8beb32de06d3ba21db7 2,547 1.00/1.00 vMB 130
453,158 453,158 000000000000000001c8314493e0f1aa9373b5a0872cf2fb33ee60adba3b94a6 2,847 1.00/1.00 vMB 148
453,157 453,157 000000000000000000c99db1bba74f1221906d8d73747f1d17ab9223ad775acd 2,600 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.