Loading Tool

Explorer IconExplorer

Memory Pool

81,188 transactions
30.18 vMB
0.13337960 BTC
Random Selection Loading Transactions
Max Size: 181.48/200 MB

Candidate Block

Mining Attempt 62dfa706afe9a5292933fa200d098ea108bdfd9443d5ac0c1ba4d01b27108032
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 027f467e064bb022e6423da682450557791c152bb8ae58caab43e77b4d273a76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,036
Size: 1.00 vMB
Total Fees: 0.05630402 BTC
Feerates: 242.90 > 5.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (318,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,145 597,145 00000000000000000001c25da8e4ac78ad2de4c3faa359f618fe67cfb2ddd5eb 2,681 1.00/1.00 vMB 22
597,144 597,144 0000000000000000000417edfb91bf31a65cda1b730658d407ea8413d4c2d379 3,227 1.00/1.00 vMB 32
597,143 597,143 0000000000000000000b82366e5e193e30a687cfa9efda95bd10ec373b63c68e 720 0.22/1.00 vMB 21
597,142 597,142 000000000000000000008ea4fe662980675a070fef45e9c17d846c428f319621 623 0.21/1.00 vMB 5
597,141 597,141 00000000000000000014d02e9e78b7ef74079add814620c319d5c39795fb29b3 544 1.00/1.00 vMB 7
597,140 597,140 00000000000000000015d6c6846fc4a8a0e8b939e6313b373afb7af4139f2132 3,353 1.00/1.00 vMB 22
597,139 597,139 00000000000000000006f6e7c65902b2a81ca8f07da847c3e5fd7eb3389ee34e 1,838 0.66/1.00 vMB 19
597,138 597,138 000000000000000000109cd2a7f58882ae0e02b2a9d1f8d99ef1d73fb1406f2b 686 0.19/1.00 vMB 17
597,137 597,137 000000000000000000128a90b286c3f1120c1fb900bca77547a4c746afc6b8ad 1,083 0.33/1.00 vMB 24
597,136 597,136 0000000000000000000d6103cbacc537c51319b28a38ecdc4b39856b055bda9a 2,523 0.81/1.00 vMB 41
597,135 597,135 00000000000000000005e1f7ad18b87a84d56d1479caadd050633aa4bd873e00 2,996 0.89/1.00 vMB 11
597,134 597,134 00000000000000000013a069961baddc1b291772cc9aecda13669c789ff5eb6c 3,419 1.00/1.00 vMB 26
597,133 597,133 0000000000000000000eca0a240f1f5a45aea073254c2feb05cfd901b99e0723 2,608 1.00/1.00 vMB 25
597,132 597,132 000000000000000000047f8f59fbdf1fbec532ed4053d43320fb1a4e0236865b 2,385 1.00/1.00 vMB 11
597,131 597,131 0000000000000000000b8fbdc51231e04ec46e0311c8f34a14a0000f7d48eedb 2,795 1.00/1.00 vMB 7
597,130 597,130 000000000000000000010ee48494d06dbcc9d498ab7da2c5fd8375e17379ecda 3,111 1.00/1.00 vMB 17
597,129 597,129 0000000000000000000b6a692d7981f18ffcff6e18fc11914d02b05dba8f0244 3,250 1.00/1.00 vMB 30
597,128 597,128 00000000000000000012d63e2e8d2cc2594c4564c7ebc33a0dee8126b0998be5 2,844 1.00/1.00 vMB 43
597,127 597,127 000000000000000000014deb46980fcb175123f8c04f848da320d6435e0611a9 1,559 1.00/1.00 vMB 11
597,126 597,126 00000000000000000011343a9f50d047f5afd24672ea141205586b91d962bf6c 1 0.00/1.00 vMB 0
597,125 597,125 00000000000000000008c7ae65abe845dc46d45a6a8c99d445c3b6a9b0b71c41 1,420 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.67 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: 674.06 GB
    • Received: 16.43 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.