Loading Tool

Explorer IconExplorer

Memory Pool

64,293 transactions
19.02 vMB
0.06092328 BTC
Random Selection Loading Transactions
Max Size: 122.20/200 MB

Candidate Block

Mining Attempt 71f9ffd8106de87afbfca5e85302cdf734990a16e2ab5eb75ed002e50552bb8d
Version 20000000
Previous Block 000000000000000000016af6bdb14f4de712c2154dcf968d3da485051e001e31
Merkle Root a89655f4d92eba1d01a7b1918c0e082b80fa4c47184498beb4cb340ca83a151b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,906
Size: 1.00 vMB
Total Fees: 0.01769869 BTC
Feerates: 60.13 > 1.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,805 (856,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,212 59,212 000000000c4a9a7e857a18e861ed3c2e2d0a47cac35bacaafbf831d47a6962ba 5 0.00/1.00 vMB 0
59,211 59,211 0000000007bf22a27e7bd3507cfb00d0e7a12065f4ba10550de49a0fbb9dc8d7 1 0.00/1.00 vMB 0
59,210 59,210 000000000d3b59e4f983332de99b8deb2fc79e86a4b2cb8271ca188e80d9d63b 1 0.00/1.00 vMB 0
59,209 59,209 00000000043e76801d4df3e2cb1db9d3523887f3a40ed67e3996e98da968ce6f 1 0.00/1.00 vMB 0
59,208 59,208 00000000068ec1e80749c19f6195b7007e48326dc51f1ac13633a01877df0253 2 0.00/1.00 vMB 0
59,207 59,207 00000000020d6e9edcbecee7649b0d8ea407c99aeb453be10c721f659f7f6609 1 0.00/1.00 vMB 0
59,206 59,206 0000000000d5fa1a507a4f5074ec4ddf88c6ebdbc931e75b98526ef14a8fed5d 1 0.00/1.00 vMB 0
59,205 59,205 000000000b72981371805050c43ef53823b6784d5f54c6421e7bb9ffcde6c737 3 0.00/1.00 vMB 0
59,204 59,204 000000000a51a1aa353e6322423b300029ce8fc979c80f7f234f74e510600bfa 6 0.00/1.00 vMB 0
59,203 59,203 000000000d10c32c30a6a5cdf771df0e55114ce98d56685be86fec08c9ec0835 4 0.00/1.00 vMB 0
59,202 59,202 0000000001f26df4171afb0b9b0a68a0f26421805f12c5a7944776a0973f25f8 1 0.00/1.00 vMB 0
59,201 59,201 00000000040c6e9e3d08286ff67cadf84f79fcfb9cb32518e39889c3ba25ca73 3 0.00/1.00 vMB 0
59,200 59,200 000000000a469aaa47e576a8834d2fa2b89d1718e095dd093570b0983e7a633c 1 0.00/1.00 vMB 0
59,199 59,199 000000000ae73feb2a19483377faff1829322431d3e19db08cab65bc1fa246ae 1 0.00/1.00 vMB 0
59,198 59,198 0000000005c26a9f04856f29ee392bbcc621bb7e2fc43c3649130bc8b9432eac 2 0.00/1.00 vMB 0
59,197 59,197 000000000a2da6913148ba453dddadaa2452713037a0c4b88600525c83a132f3 2 0.00/1.00 vMB 0
59,196 59,196 000000000c99e39a39dfca310ff685b40d27409e2ba73e9e8cd734df1b0d0d7f 1 0.00/1.00 vMB 0
59,195 59,195 0000000002cfe7f8162393e9983b10c342f840f1bc8239e57672f5768abb8824 1 0.00/1.00 vMB 0
59,194 59,194 000000000a5b51ed6bd000afd25f4376b74355c0442ab2055f41c6b0a29fd960 1 0.00/1.00 vMB 0
59,193 59,193 000000000d93f62800e1efe93f598f7d1d55023ab63eb433a22347a8c773f519 2 0.00/1.00 vMB 0
59,192 59,192 000000000b144fa737603faf11f12842ec544984f8a510ea3a0e90ebe79ec912 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.77 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: 785.62 GB
    • Received: 21.59 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.