Loading Tool

Explorer IconExplorer

Memory Pool

79,182 transactions
29.37 vMB
0.12480362 BTC
Random Selection Loading Transactions
Max Size: 176.84/200 MB

Candidate Block

Mining Attempt 1d4fc9d8dad390261086a3605a96a4d0d2898adb6d65ce1c020fd4ff4d86cf54
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 59ba473f126fffee063f09128f1e0324b678692240b79bfa86346c80f6662b94
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,351
Size: 1.00 vMB
Total Fees: 0.04517493 BTC
Feerates: 150.80 > 4.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (610,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
304,682 304,682 000000000000000042d1e98723b64a5635e44ec625488a6665a1c3de9018af2d 782 0.35/1.00 vMB 35
304,681 304,681 00000000000000005a45cbe55800d4c798886facaec9c8572ce39fe1a2ab9068 248 0.13/1.00 vMB 30
304,680 304,680 00000000000000001d917d29afa69d5e42ce44f8f93625e215b827818a753b91 219 0.12/1.00 vMB 33
304,679 304,679 00000000000000005120386bfe2a05981c4cc170692b37b0a62699e5aaba02ca 25 0.01/1.00 vMB 25
304,678 304,678 0000000000000000415c8bb957a0b5f78b971b81412a5c65fae270c1e1e3e0ee 527 0.32/1.00 vMB 31
304,677 304,677 00000000000000005d5e662d09c0f3d47bfd612e2f0a120aae4f2eb4a7a2e19c 414 0.34/1.00 vMB 19
304,676 304,676 00000000000000005380dfdacf7f2c04aaf583c9223f508aef53c1800f935d14 27 0.04/1.00 vMB 8
304,675 304,675 0000000000000000255cb8274e37cafa5c2a76293f284bac98cd2c29a9b1cd35 361 0.30/1.00 vMB 21
304,674 304,674 0000000000000000081ec75cf5169062c4af71c2ae95e53cf071088c6ca42664 631 0.35/1.00 vMB 29
304,673 304,673 00000000000000000a10361ee19196fb02896acb6aba9c2bbd5b26fb344f3eaa 938 0.35/1.00 vMB 46
304,672 304,672 00000000000000001e28a112c2c7614e5298f6b7d09eff443cf1b4bb785b55b2 308 0.15/1.00 vMB 37
304,671 304,671 00000000000000001cff88a03ff66aa62884d9161cdea32c945c13bf7ea7023e 289 0.24/1.00 vMB 19
304,670 304,670 000000000000000004be83dd641288e85955f83d5ab0aff4fb4d27671c84217b 136 0.06/1.00 vMB 29
304,669 304,669 00000000000000005287d961fa6b9ff16f73e0d8457adbcbc38e79baa0c0a5db 454 0.27/1.00 vMB 30
304,668 304,668 00000000000000003c426729b713891a67a74aaad44ccf8244a673c2d1a284f2 635 0.34/1.00 vMB 30
304,667 304,667 00000000000000003c30c85a8a6241ad41605294abf2987fb43694ffc66d3b62 33 0.01/1.00 vMB 21
304,666 304,666 000000000000000017aeb3e1f7b71eb824c50d9474acb9bb2fc1438286e48ae4 18 0.01/1.00 vMB 34
304,665 304,665 00000000000000000a3cbf45e9ceec10db5a81b0a58a3174b60d923a4973b252 400 0.22/1.00 vMB 30
304,664 304,664 00000000000000000c0e29fcd7dc4934aab19d54468f075f6319fafadf7ad611 261 0.15/1.00 vMB 31
304,663 304,663 00000000000000005b45b4c0c2273df497c2b70f95f068c6c604e9b407481756 199 0.09/1.00 vMB 35
304,662 304,662 0000000000000000489286705fd7d8cf61223a6faa14ac047bebe1dde7a56b58 598 0.37/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.