Loading Tool

Explorer IconExplorer

Memory Pool

80,872 transactions
29.45 vMB
0.07811141 BTC
Random Selection Loading Transactions
Max Size: 179.30/200 MB

Candidate Block

Mining Attempt 2e727830ada1669354c1037ea2d52eee1eff74593694e3baaaa3c579706fa787
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root bbc6d147624b73d15ea4d52c7634a987a0570d3ef14ba6a9762dbdd034173d24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,415
Size: 1.00 vMB
Total Fees: 0.01625537 BTC
Feerates: 100.53 > 1.63 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (878,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,822 36,822 0000000075d43c5ec975822d2515889b238321250c26df6fe5e34b721493e235 1 0.00/1.00 vMB 0
36,821 36,821 000000005d93cdd6b27ceb52f1598ae4678834c3b11c3720973ad32f399ca005 1 0.00/1.00 vMB 0
36,820 36,820 000000001f385d70c78c6b353f7258dce366cc5c65272075337d222a25d67c58 1 0.00/1.00 vMB 0
36,819 36,819 000000006f95cb810e7d18a6bad99cb5c23d13c8dbf471df01f47c4aadc35aa7 1 0.00/1.00 vMB 0
36,818 36,818 000000002403b1f5d7b21c57b17db44119177d84293a98d1fdfdab588ae36700 1 0.00/1.00 vMB 0
36,817 36,817 00000000b0a40e97fe4a65d9fa199a49d7c4415033107bde8c2133ed4c001905 1 0.00/1.00 vMB 0
36,816 36,816 00000000a872656c53b204a4cd16d49d03c394afa21f8c10b84fbb3234ab8a01 1 0.00/1.00 vMB 0
36,815 36,815 000000002e49bae8b1740a9a160cd63f8b26b2ac9e477ef03c378e36a8a9a3c5 1 0.00/1.00 vMB 0
36,814 36,814 00000000ba50df4ef03545a52f3c51697c6829f081a28604a2986a127b9bf515 1 0.00/1.00 vMB 0
36,813 36,813 00000000135131e5b76d402249db0bc4137921608576d68cc43948c82318cfd1 1 0.00/1.00 vMB 0
36,812 36,812 00000000959543eb5097598966227fd91e3129c570a74a231203302d11673772 1 0.00/1.00 vMB 0
36,811 36,811 00000000ab536f897f258574442eca4606807f2e0bbb9c1e6fabd158cde79b00 1 0.00/1.00 vMB 0
36,810 36,810 00000000a3ed214ac34fc76ce9db87913cd43fd5c4fcc82a04867244f823dff8 1 0.00/1.00 vMB 0
36,809 36,809 000000008812f16dcc85757f20efc2754d33b7a95d9dc82103037eda8830e7b1 1 0.00/1.00 vMB 0
36,808 36,808 00000000aade86b59b8fd6f1341c1dd7221f820c61d784acb8ffbeb18cf8bb1b 1 0.00/1.00 vMB 0
36,807 36,807 00000000adc033d71d0ab2473e0ce5bf518cee2de7cf2b8e9504537447b87271 1 0.00/1.00 vMB 0
36,806 36,806 0000000054003ad14456f6c3375007b28b50142a349b25a92d49164ff9496e81 1 0.00/1.00 vMB 0
36,805 36,805 000000006a933c106e07ef3c21f9da427a5e9e79bc5a54499e81d86ac7b21778 1 0.00/1.00 vMB 0
36,804 36,804 000000006b994906d07ae01dcdca815b72dd191418669b72ca4937a7d2789a21 1 0.00/1.00 vMB 0
36,803 36,803 000000004afd123b11d60840687518c4e361fec12877c1fb8415f95de5dc9138 1 0.00/1.00 vMB 0
36,802 36,802 0000000090a3d5459b55ca29326cedf22f0a7faf7f2a1a9127d8e0df8b2dc29b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.