Loading Tool

Explorer IconExplorer

Memory Pool

77,002 transactions
28.70 vMB
0.07407900 BTC
Random Selection Loading Transactions
Max Size: 173.84/200 MB

Candidate Block

Mining Attempt 4ccede1714f1111db1607de1ffbf0c982511ff57ed8a06c100a4e1a032506d67
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root f9af7ddad9cb92bab32522217e964baa623b630ea3a2a8205f6e602ebbd4dff5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,114
Size: 1.00 vMB
Total Fees: 0.01447452 BTC
Feerates: 129.25 > 1.45 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (536,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
378,741 378,741 000000000000000011e82dc1642e8e19b9f59d7d626e7e829b1ab16ab2d55b56 444 0.29/1.00 vMB 25
378,740 378,740 0000000000000000056527f55a6cebafac70e0874538aef688a4f803ff577bab 1 0.00/1.00 vMB 0
378,739 378,739 000000000000000011993a00cb20ac50a9187e583c116b26adea25188951d9c5 1,354 0.64/1.00 vMB 36
378,738 378,738 00000000000000000f69a56369c78ed5cf2c9ee290ab33a0091dc7881e64d7f6 176 0.15/1.00 vMB 12
378,737 378,737 000000000000000003e8edf32174cd21f9bbffe8cc002c685f25084a21ac9aec 143 0.11/1.00 vMB 18
378,736 378,736 00000000000000000b7eb47f1b6dfd5ed435cdb9aada99d59ab8a2dca0b0100e 1,572 0.68/1.00 vMB 40
378,735 378,735 000000000000000003c720a6669fa05045e99404d2b6d6ec24fca48a8a017d9f 1,393 0.99/1.00 vMB 24
378,734 378,734 00000000000000000c81c7143debfcbd84c15e501d9bb0e7bbe015431602a583 1,228 0.59/1.00 vMB 38
378,733 378,733 0000000000000000057492bab976e81cd2608adae5b051e63d6dc32a0dd8fbc3 630 0.75/1.00 vMB 19
378,732 378,732 00000000000000000ac3323f12a46aeba08092765a535407b92df1c8a1120e5b 1 0.00/1.00 vMB 0
378,731 378,731 00000000000000000c96d6d43852ae5580182f770021c5b0a4700c85f7b29a69 2,011 1.00/1.00 vMB 37
378,730 378,730 00000000000000000e6af30a15c0ec4e89e5eef7680f65c63e58e1286125ce21 1 0.00/1.00 vMB 0
378,729 378,729 0000000000000000042952633e2daf0f1c987af86b73734ffa134b09c8d3d3f6 1,577 0.88/1.00 vMB 32
378,728 378,728 00000000000000000227e3729d3cb4967d9e82077b26c0c57c508ad4a539ea4e 1,228 0.75/1.00 vMB 27
378,727 378,727 00000000000000000234ae0ab2ad47ad2d396efb3a61e9e9a9cf84d09936dcae 2,043 0.93/1.00 vMB 41
378,726 378,726 000000000000000008613695d5315d7190a55046543d674443102275666da769 2,855 0.99/1.00 vMB 59
378,725 378,725 000000000000000003179b2a81f25b81b8df6ee95fc62ea89b8f9dd5b46392f5 208 0.16/1.00 vMB 21
378,724 378,724 00000000000000000aa51c31648a88aef3020422608d63e07e74b30118e17b7d 1,803 0.75/1.00 vMB 42
378,723 378,723 0000000000000000016b8af5bed15517024691ffcbc75ec24ec7214932d20cf2 325 0.16/1.00 vMB 32
378,722 378,722 00000000000000000cd798dafc0d1afb3618d7c31b1941bacea2cd9486300f55 1,158 0.54/1.00 vMB 36
378,721 378,721 00000000000000000412c378419e257a7e0b50e7a593db645b8725ac81fecf45 879 0.41/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.67 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.12 GB
    • Received: 16.40 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.