Loading Tool

Explorer IconExplorer

Memory Pool

41,070 transactions
27.47 vMB
0.07056634 BTC
Random Selection Loading Transactions
Max Size: 141.64/200 MB

Candidate Block

Mining Attempt b7d6be58093e9fd602dfc24d2f48b1f0634bc0efba3b74d225093010b6aab676
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root c242fb69b8096ff0b1b3d3dee922e37ad446e307dc582a9039a4ccb06fa5cd1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,304
Size: 1.00 vMB
Total Fees: 0.01771330 BTC
Feerates: 101.47 > 1.77 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (161,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
752,814 752,814 00000000000000000001cba603d4d9a017e893886f7c2636b81e9f00524a0d7d 1,640 1.00/1.00 vMB 7
752,813 752,813 000000000000000000084acf0aa02c28a4f8313b5799c3285d9149aa9abba954 2,218 1.00/1.00 vMB 9
752,812 752,812 000000000000000000000c8b586a0c4e5ed2b92e79c98f81c680db6afac722f8 541 0.41/1.00 vMB 5
752,811 752,811 00000000000000000008ad25f35b9afb030f6eb618b2c1fa2f4d91095f5df837 1,871 1.00/1.00 vMB 10
752,810 752,810 000000000000000000024a9c98a3a283942f5cad8b016b2169caab5a357b7d2a 483 0.25/1.00 vMB 9
752,809 752,809 000000000000000000003daa5990c9bd5579f786d50a96e1f2e4a01f0a8b62a9 856 0.24/1.00 vMB 12
752,808 752,808 00000000000000000003697f450d372ba5b68e4dfe64788738b53ca249e07469 2,304 0.81/1.00 vMB 11
752,807 752,807 000000000000000000000674780e67a6cd2f365ad7c06a623bdb3b8fc2fc70d6 573 0.15/1.00 vMB 12
752,806 752,806 00000000000000000006482fb3fd41053a4ad29137e563882178b5da6fd57621 647 0.18/1.00 vMB 12
752,805 752,805 000000000000000000052bf0bf9060ec00f874c86601fbd0a3d78c6f6974aa7d 2,229 0.81/1.00 vMB 11
752,804 752,804 0000000000000000000295101d1a090ffde234684901e136ee467a6d3ac1acac 110 0.02/1.00 vMB 16
752,803 752,803 000000000000000000039914a91cc25db937958e25f9a43a89885cbef22f95f8 1,668 0.82/1.00 vMB 10
752,802 752,802 00000000000000000007265d7e668dfa5cab2f503cd46827cc3b750f843674c3 2,245 1.00/1.00 vMB 8
752,801 752,801 000000000000000000067f7fc704e5a74525cae427cad54b6a817a8012c069a6 2,343 1.00/1.00 vMB 6
752,800 752,800 000000000000000000044e2fb69c5d0eccd76dc355d94d6f2cd5e579b0d7abfb 1,481 1.00/1.00 vMB 14
752,799 752,799 00000000000000000003644f482bfa0589e8b4022bc437355b6642ec55926ef2 3,119 1.00/1.00 vMB 21
752,798 752,798 000000000000000000015a449a3e01b88189a631db747d2d65e2b3fb4a731f45 2,175 0.83/1.00 vMB 11
752,797 752,797 00000000000000000004d79eeb223b64b6536ae8f0ca95a9ee569b8867f16e71 47 0.01/1.00 vMB 11
752,796 752,796 00000000000000000003c8cfe27264922fd5b4db71cd4f2603743e43e4d532bd 625 0.20/1.00 vMB 12
752,795 752,795 000000000000000000011c4d79c2387fc1187f4e92ffd40fba84196385c84682 84 0.03/1.00 vMB 9
752,794 752,794 0000000000000000000876bca08466f07e35d090a10b679cb0aadc4c55ec199d 1,478 0.55/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.79 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: 634.06 GB
    • Received: 12.24 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.