Loading Tool

Explorer IconExplorer

Memory Pool

76,423 transactions
28.87 vMB
0.07330439 BTC
Random Selection Loading Transactions
Max Size: 176.47/200 MB

Candidate Block

Mining Attempt 64f586e373604b5c4c515df53119a64fdfc95c5088d635c3584d6bb58f4aa840
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 2d69cb747d7ec6b3cf8e7a72eac42263ab3c9d0a605fef2e232de82f87b8e7ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,227
Size: 1.00 vMB
Total Fees: 0.01015625 BTC
Feerates: 104.17 > 1.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (22,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
892,427 892,427 00000000000000000000c625b1ca59bf3d83a2dee621f325bc1c193f1e53c29f 4,150 1.00/1.00 vMB 3
892,426 892,426 000000000000000000023c2363f8938ffc8c9342ec0319c0bfcf9cac632f1c99 2,393 0.47/1.00 vMB 1
892,425 892,425 00000000000000000001a72c78b6703b6d9ad9ef84b11b9f9cc38db432e200c1 3,933 1.00/1.00 vMB 1
892,424 892,424 000000000000000000019dea7111beafadbf3ddbc53d09a9778c599b4a231ffe 3,922 1.00/1.00 vMB 2
892,423 892,423 00000000000000000001f25d7842b53418b732e77af3c6bdac6d7c6ebdc4fb81 3,409 1.00/1.00 vMB 4
892,422 892,422 00000000000000000000e9d5396d6498269aa7e0405d2e39eebf70e704f35fc0 3,306 1.00/1.00 vMB 2
892,421 892,421 00000000000000000000b2862b8f686909ae1715c230ed562f0b3d76e9327a24 3,371 1.00/1.00 vMB 2
892,420 892,420 000000000000000000009158e4c680d488a6a46ab8691cfcbf95bb074b10de10 3,260 1.00/1.00 vMB 3
892,419 892,419 00000000000000000002176bacf52c6ac292e440b7d1ce0fbe040e5aaa296164 573 0.11/1.00 vMB 1
892,418 892,418 0000000000000000000167a45f26c2afb6a0df3009f8241a647b950a79e3da58 3,333 1.00/1.00 vMB 1
892,417 892,417 0000000000000000000217e3761be5fe4f615193dd89244b0ee6ca610452be7f 3,169 1.00/1.00 vMB 2
892,416 892,416 000000000000000000005fb7a9745acdc991cc75e692b1f20857299792c23d4b 2,686 1.00/1.00 vMB 1
892,415 892,415 000000000000000000009173c286f67e9a5cfed5f955760f1a98ac9e41f96034 3,446 1.00/1.00 vMB 4
892,414 892,414 0000000000000000000188e70a28822c4d94c40a87fdfce82ef9a64a4ed1f68d 3,829 1.00/1.00 vMB 4
892,413 892,413 000000000000000000016c7075328bb63e31da0f20fcf1787bae4f70fcadcacd 887 1.00/1.00 vMB 1
892,412 892,412 0000000000000000000228e00218b9e1496904a7833b71026dbf9a54bda8d9bd 4,238 1.00/1.00 vMB 2
892,411 892,411 000000000000000000010b5127f8fa94644268900c6a4cb399f1922a67eb0f8c 2,884 1.00/1.00 vMB 1
892,410 892,410 0000000000000000000211aa4c175ae4ed5aae815020e8f977b7863c27dac3bd 4,570 1.00/1.00 vMB 3
892,409 892,409 000000000000000000015eeadc0037c1b65b0df03ad457496ce89fc2d1c56b83 3,568 1.00/1.00 vMB 4
892,408 892,408 000000000000000000010a9f115640ce44104e54bebd51387624ec3549bf5693 2,902 1.00/1.00 vMB 4
892,407 892,407 00000000000000000001b19f2699880554dc3ccc836734f2337ba91ad22487bb 2,813 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.82 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: 710.58 GB
    • Received: 17.08 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.