Loading Tool

Explorer IconExplorer

Memory Pool

38,709 transactions
28.44 vMB
0.07087351 BTC
Random Selection Loading Transactions
Max Size: 144.31/200 MB

Candidate Block

Mining Attempt 9fca4aa2dbcd56b4b46244fd9faac6f911b3ec87b3cbb2dc73c75bd10322beeb
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 4c9efe512533efd45eb9fe15ba67ca5998014fcbe128024877efe778a4056842
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,043
Size: 1.00 vMB
Total Fees: 0.01609765 BTC
Feerates: 150.61 > 1.61 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (257,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,709 656,709 0000000000000000000327b31e3fccb08492fbaa2f9d10ba4b53f5e27e250f31 2,311 1.00/1.00 vMB 58
656,708 656,708 000000000000000000049328d09a841798e0dad83c37ca138c7b60f2d4516fe5 2,894 1.00/1.00 vMB 107
656,707 656,707 0000000000000000000ceb11fb0b57b391f5066a90e9264461733d47b7dece96 650 0.38/1.00 vMB 87
656,706 656,706 00000000000000000005c148bcaf74f58cb04c5482fa1c983f6b0e782a7eb116 1,380 0.84/1.00 vMB 34
656,705 656,705 00000000000000000001adc1b02fd0118d8ffe42419306d19ddde5bc65934173 2,114 1.00/1.00 vMB 50
656,704 656,704 000000000000000000101ef6edf7318809aab503ff1819067ca4c31780e1af6f 1,917 1.00/1.00 vMB 67
656,703 656,703 00000000000000000002c4c3d0d8cf555c8d1df06b9a2277bbb283c4e43b994e 1,007 0.54/1.00 vMB 53
656,702 656,702 0000000000000000000ae3ec7c9802ada2bd5d5d8b12b9d8b049941e66cb4470 306 0.15/1.00 vMB 87
656,701 656,701 0000000000000000000fe43ad37d142125e41ab2ef351b5bae73faaf8cfa7066 1,567 0.74/1.00 vMB 23
656,700 656,700 00000000000000000007f4e7c2972981c9d4005c0b1372535b1bc436bdab6e2d 2,181 1.00/1.00 vMB 14
656,699 656,699 0000000000000000000dd5db84935b815fb4ebb9c62a19808ff61afc28d2b2ec 2,429 1.00/1.00 vMB 67
656,698 656,698 0000000000000000000dd49d9e499014e3ff81f4c0c078eb5dfb4eee6e8dad35 1,898 1.00/1.00 vMB 72
656,697 656,697 000000000000000000100a160c0f0938335663e8064609f4f60ecb03321ed790 2,370 1.00/1.00 vMB 48
656,696 656,696 00000000000000000004babc4a1c2c52d73c1f3135fbefb8ebbe93a618561d80 2,909 1.00/1.00 vMB 133
656,695 656,695 0000000000000000000b932cd031cbb570c948e57ff7b9da41f5548b0f41393a 664 0.58/1.00 vMB 3
656,694 656,694 000000000000000000087fccd354c99a5968e5643570c97567b61a3c0acca426 1,984 1.00/1.00 vMB 15
656,693 656,693 0000000000000000000e00082ef4dd775ab89cdf7c56058aee928536a24861e9 1,694 1.00/1.00 vMB 44
656,692 656,692 0000000000000000000ce73b48e5485d897c9180de849910adfa399981290f7e 2,231 1.00/1.00 vMB 70
656,691 656,691 000000000000000000092899783d0fb1eaa42cf9bbacfb436906cca00469e21b 2,540 1.00/1.00 vMB 101
656,690 656,690 000000000000000000015df567507708acf977a0c102703384d88ff56e1c31b3 1,895 1.00/1.00 vMB 23
656,689 656,689 0000000000000000000d219060c6c9098c3f47ddcbee81885fe759279bcc3959 1,905 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 781.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.35 GB
    • Received: 11.79 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.