Loading Tool

Explorer IconExplorer

Memory Pool

41,572 transactions
26.46 vMB
0.05506895 BTC
Random Selection Loading Transactions
Max Size: 138.89/200 MB

Candidate Block

Mining Attempt 10314de4ff7ed5226c4f9acb3a718a2d227a04085baec859454d8ac9bf338f10
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 79f7fae4ffa433ecd0e0cba2fdc1fd766747d25530701b1a1280c8e32d6d0e77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,914
Size: 1.00 vMB
Total Fees: 0.00625635 BTC
Feerates: 100.68 > 0.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (326,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,127 588,127 00000000000000000013b3da7484176b27e17f36eb6368dc1538675ea5bafd64 2,505 1.00/1.00 vMB 28
588,126 588,126 00000000000000000009715ef1b9f096d74b56dc5020d3daec25871ba7807984 2,599 1.00/1.00 vMB 55
588,125 588,125 000000000000000000041abed041939546628bc5daac1a79f40eeaccd14ce4a0 2,697 1.00/1.00 vMB 28
588,124 588,124 000000000000000000093cb63c41f1357a48d40ff57a20669cf7a4b3c364d6e0 2,275 1.00/1.00 vMB 52
588,123 588,123 000000000000000000058824b88631bc423ef1a3d2154f55d3380fcebf9f409a 2,825 1.00/1.00 vMB 51
588,122 588,122 0000000000000000001d40102523457675dea6578d8813e6a03b3f947103ca5a 2,111 1.00/1.00 vMB 14
588,121 588,121 00000000000000000005d9524a4a99ba68f1313aa6c3370aa11a2bd83876ad16 1,931 1.00/1.00 vMB 11
588,120 588,120 000000000000000000073a78bfb7029088070ef22bef21ab8848fdc4c78b52a9 2,564 1.00/1.00 vMB 22
588,119 588,119 000000000000000000166058548afbb478f9d96b1e3a44298f421d109875579b 536 1.00/1.00 vMB 5
588,118 588,118 0000000000000000001d4703783623590320bc1f642a58f98c41deff20fdc742 2,120 1.00/1.00 vMB 20
588,117 588,117 0000000000000000000cc3aa1cb642ee381553db34d1d7fc953092c2a20a2ce1 2,370 1.00/1.00 vMB 41
588,116 588,116 00000000000000000012801d3c2db3bc2ca77c85fd19ef352f9c27cdf92202e1 2,544 1.00/1.00 vMB 29
588,115 588,115 0000000000000000000ae33c30a4700bfc5d84da83fbca96915ae97bc33366eb 1,394 1.00/1.00 vMB 11
588,114 588,114 0000000000000000001b1ca3bab76a5f12f7d204f74e95b468c53ead15490b6c 2,788 1.00/1.00 vMB 47
588,113 588,113 0000000000000000001662d4f8da33cc6b0163abba325a040b79e2218ad0d595 2,460 1.00/1.00 vMB 20
588,112 588,112 00000000000000000014fc4655cb2232a3708d7a315f81800664141634b3b024 3,007 1.00/1.00 vMB 44
588,111 588,111 0000000000000000001f0ca28260d0dcb433a4c0f789b691109852017479e3e8 2,840 1.00/1.00 vMB 40
588,110 588,110 00000000000000000005f6a54d25a4f30fd6acfaf453c86d33a086916039ce74 2,839 1.00/1.00 vMB 35
588,109 588,109 0000000000000000000572162fd4a7e376a2ca470c2debdfc4a40631d2d23ac3 3,175 1.00/1.00 vMB 39
588,108 588,108 0000000000000000001146cd94060bc3cfa55bbc91acf1e7de97b4f22b88efae 2,628 1.00/1.00 vMB 35
588,107 588,107 0000000000000000000e132c967efd827b5ae16f3236e380c39102c5417fc4d1 2,603 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.