Loading Tool

Explorer IconExplorer

Memory Pool

76,522 transactions
20.40 vMB
0.04871135 BTC
Random Selection Loading Transactions
Max Size: 138.23/200 MB

Candidate Block

Mining Attempt 59a2a1bfb56bde3619272890eb8abdaaa3005de0eb3a0741b26fc4f969da8f0a
Version 20000000
Previous Block 0000000000000000000111818f7299025e9c7362fb76d608484f7f6b6d81586f
Merkle Root 12b2db6db0fee132c379b783b3c2b6d4b77ca44b729d57f2ad1b8a944a8196b7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 7,003
Size: 1.00 vMB
Total Fees: 0.00405310 BTC
Feerates: 60.06 > 0.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,029 (832,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,614 83,614 00000000001296031a844c47879da3a7694455388db87a7687f1bfcff1d82265 1 0.00/1.00 vMB 0
83,613 83,613 000000000015d7397952a243354b60a6248887f784173709a2a120010ebcee75 2 0.00/1.00 vMB 0
83,612 83,612 0000000000281178fd4eff4bbea8282ff0db4480cf11a07e242891690446293f 1 0.00/1.00 vMB 0
83,611 83,611 00000000001e03545e47bc38def5ab4b98348550ef8d4f34ce032d2308e81f85 1 0.00/1.00 vMB 0
83,610 83,610 00000000002c680c49bbc0035a75b85eb9fbb6363987d23be0a50ea081fb1211 1 0.00/1.00 vMB 0
83,609 83,609 000000000004e5dd4e0ff280c20e6c6668a418bf801aa54da34baabf5da376af 6 0.00/1.00 vMB 0
83,608 83,608 00000000000af885b38b861f09d9067c45f1de5c3637351a2413baf8307119a9 1 0.00/1.00 vMB 0
83,607 83,607 000000000020b7dded51f7b0424a039fb0629c1820e5adcb1a434f0cb955476b 1 0.00/1.00 vMB 0
83,606 83,606 0000000000110a3ba4c1b32b80221c83dff9f02ad3ea756bc9b5c9b90426e694 1 0.00/1.00 vMB 0
83,605 83,605 00000000002d39744b89e7e2ff4d2a68929d9a0aa56144be00b3f8349fb2bdb4 7 0.00/1.00 vMB 0
83,604 83,604 0000000000027e62ef7c1fe6ad7f482b9b5ec8f6848262112458bab276e713ab 3 0.00/1.00 vMB 0
83,603 83,603 00000000001d56ee2bb79ed63819edf583d25967290cacf79667cd24e4fbfd37 1 0.00/1.00 vMB 0
83,602 83,602 0000000000302f8aa00c8f7f71b63ca8da3b3c7add2d66db7c7794c7f385ea62 1 0.00/1.00 vMB 0
83,601 83,601 00000000000a67be715430acbc273f236565502d5e04d1aabcd3913f4e57018e 1 0.00/1.00 vMB 0
83,600 83,600 0000000000080baaad6157104f3785c633ffbeb6db8850ab773e0966e94b5044 8 0.00/1.00 vMB 0
83,599 83,599 00000000001fc106e0bbfba497b45db78f6d712501cf0be49e95a92a3ebb79e7 6 0.00/1.00 vMB 0
83,598 83,598 00000000002d44143c8dfdaa772492bc82a4802b45ed32f3af705acd3a7a81c8 3 0.00/1.00 vMB 0
83,597 83,597 00000000001e2fe994edcc82bc7b24e96b055e1e9bb6e28bc5fe53184317df6e 10 0.00/1.00 vMB 0
83,596 83,596 000000000016ae086b04ae888fcc1dfc5e9a3561228300a8cc337cd5ca5ec329 3 0.00/1.00 vMB 0
83,595 83,595 000000000004dab7e1ae279af49dd0c6f30e231ef2cd024391ca3cd35114bf75 9 0.00/1.00 vMB 0
83,594 83,594 0000000000071bfe7ddd4f93b7487563fc6f47e6ecd478c185b95d039eca7031 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.17 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: 810.99 GB
    • Received: 23.50 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.