Loading Tool

Explorer IconExplorer

Memory Pool

75,202 transactions
27.77 vMB
0.07649486 BTC
Random Selection Loading Transactions
Max Size: 169.44/200 MB

Candidate Block

Mining Attempt 5d2891caced96f57e2c4e80ed1b568dcd88083d606a663eb857097d41a4512d3
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 9061a04833678243c30d2d13c3f8653784e2cfbd6a93e13d75977e7dabcae5b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,071
Size: 1.00 vMB
Total Fees: 0.01711373 BTC
Feerates: 100.00 > 1.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (536,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
378,818 378,818 0000000000000000068f577ec81aef9fc5d9c8ee09e7f25b740733236b7951ff 387 0.75/1.00 vMB 9
378,817 378,817 000000000000000005e615e81943d92bbf481e4d820ce43f080aecefd1d8d2b2 890 0.38/1.00 vMB 44
378,816 378,816 000000000000000011c6b86886d9ff472d02d7b28c6fc44d37d1b4f3f28afc25 801 0.33/1.00 vMB 40
378,815 378,815 0000000000000000018a3efc7857a9052465011ee21c74bb40cfb3fea6392003 189 0.25/1.00 vMB 12
378,814 378,814 00000000000000000daa6e7f6a107353bd3e223ec192916dd866b7e9778e72f1 281 0.15/1.00 vMB 27
378,813 378,813 000000000000000004ca323816de77f77a95d4c2cf2a485b2b866b55921df1e2 578 0.75/1.00 vMB 23
378,812 378,812 0000000000000000024d0e89344867a0c89f30e17a5fc80454b24ca7638fa6d7 1,955 0.84/1.00 vMB 45
378,811 378,811 00000000000000000b618c63ea814b11c6e754b5a536c3783c4f2cc9d901b5fd 550 0.21/1.00 vMB 39
378,810 378,810 000000000000000008e393438afd12b6f1e59af17743aebfafd5a751f9ab7a70 543 0.22/1.00 vMB 40
378,809 378,809 000000000000000007132894ebd35f468d3dbd2f74cb786f154ead19bdfc418a 1,148 0.62/1.00 vMB 64
378,808 378,808 00000000000000000d1cfcc3ead99db4b379efb0a6c5aad5c62bcebd60a7242b 1,576 0.68/1.00 vMB 47
378,807 378,807 0000000000000000022796905b146c883d60a71ec77d992fa5f1c9bac4162467 222 0.12/1.00 vMB 24
378,806 378,806 00000000000000000e03597a7c521849a9e6b6756d31162b7f2cdb1b36b74000 701 0.28/1.00 vMB 43
378,805 378,805 00000000000000000ab8e2bc941b68e2df11dcd2574ef7225644280960afbe9f 736 0.37/1.00 vMB 35
378,804 378,804 00000000000000000872231d0d3d402e5dddd30711fdb19f242fd7c59a7f57c6 430 0.93/1.00 vMB 7
378,803 378,803 0000000000000000013e7f7c85e7f8780d4e04228f88fd2a21d1752cd39479cc 492 0.25/1.00 vMB 35
378,802 378,802 000000000000000007db644d83f4372161f29ab3b5a0afaa710299c444558d06 135 0.25/1.00 vMB 5
378,801 378,801 00000000000000000b911a460090cd60fa9aa4d6029198448f3781a7d02a7b4c 1,041 0.46/1.00 vMB 39
378,800 378,800 00000000000000000e5c87d568324ba252550a4cb02b7279cf398b9994c0c39f 409 0.84/1.00 vMB 8
378,799 378,799 0000000000000000103d0ae7d7dd58ce1b58ee555da484e79606e119c45049af 465 0.22/1.00 vMB 32
378,798 378,798 00000000000000000bb0ca9d02cbf26793b795eec32f2c4d09623dafda8144b8 322 0.16/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.