Loading Tool

Explorer IconExplorer

Memory Pool

78,659 transactions
29.19 vMB
0.09258877 BTC
Random Selection Loading Transactions
Max Size: 176.40/200 MB

Candidate Block

Mining Attempt 711601d0bf5945c61c42e256daf59f4a8e7a34c774899a56ec36726bff633600
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 597941df22ff3d20b125c320b65c739fb98a691bbea0f72c20ec43e077f5fd5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,509
Size: 1.00 vMB
Total Fees: 0.03131261 BTC
Feerates: 150.62 > 3.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (683,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,645 231,645 00000000000001812186ed1757395565880e7c854836834ca8d3bdf54cd4b97a 469 0.25/1.00 vMB 86
231,644 231,644 00000000000000233a7e2f8bb32b638a8dfa80f9d198259ffc96168ea68bd453 487 0.25/1.00 vMB 163
231,643 231,643 000000000000016da52ba123e8326f105e44bd205e1e52b4ea9882117265867e 593 0.25/1.00 vMB 197
231,642 231,642 00000000000001293baa381f4d70fd13204f65e53973e3a2108ce0f272c0c8a4 62 0.03/1.00 vMB 33
231,641 231,641 000000000000014bd39c5d7817a3729dc7e745fd0a150ee6310364d567cb8534 405 0.16/1.00 vMB 180
231,640 231,640 0000000000000080735a85524014ff4047ff5c753faeba9fd828536571e110a8 153 0.11/1.00 vMB 74
231,639 231,639 000000000000005d3b9c3305e51b8bde7b97c48a5b1a2861aee3d72471759bb2 713 0.25/1.00 vMB 217
231,638 231,638 000000000000003653f0ce9e1ee9c845300b5e32269830f9308eb0b902d892a6 391 0.20/1.00 vMB 202
231,637 231,637 00000000000001b39fe84db77827670a7e729507eac7bb77f3a2df8a5be95269 3 0.00/1.00 vMB 995
231,636 231,636 000000000000008cfcd1437c14ee1e07afcffeed3b2e0ef69487c2a1f1b22cec 140 0.06/1.00 vMB 178
231,635 231,635 00000000000000ad7b01af692537e8bfa14ce4f6d4dd5a91c5cbf83e0f80fec2 421 0.16/1.00 vMB 181
231,634 231,634 000000000000002b8089df96a231cfd1865abfdd402e09180b3f48a720d97e90 209 0.08/1.00 vMB 220
231,633 231,633 00000000000001d217702c025dcfb3f84f2c56c06b57aec0b88080528cf2f7b3 135 0.24/1.00 vMB 14
231,632 231,632 000000000000013c994d4eed43a9c5f15a59ae5b4d69207a5d65a0482d86bc6d 482 0.25/1.00 vMB 106
231,631 231,631 00000000000001dfbc7cbe2f6db9337ec24e4e9cbb3500189bca11172d92b394 596 0.25/1.00 vMB 174
231,630 231,630 00000000000002234d241062891a0758edd0c8677efd6143960b58c4f7bb40dd 429 0.20/1.00 vMB 195
231,629 231,629 000000000000022d3c49275cc151f1ecaf0cbc3c8c1ffb685593c3da7b102c75 95 0.05/1.00 vMB 111
231,628 231,628 00000000000000b39e4b88a94e9183cae7e2706aec121c7f64a61b9f6d11aaae 460 0.21/1.00 vMB 157
231,627 231,627 00000000000001a280ad94e0cb31cd8cb71d90fd3531753cf68724959f143eee 365 0.20/1.00 vMB 135
231,626 231,626 00000000000001568430c2f2097e92554a33e9e3e4e7b1c9737cf6312c986bea 441 0.25/1.00 vMB 125
231,625 231,625 00000000000001b679eea8380456e5379bc020659292f85d247463d7a8d67e49 456 0.18/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.37 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.