Loading Tool

Explorer IconExplorer

Memory Pool

44,015 transactions
28.25 vMB
0.06970863 BTC
Random Selection Loading Transactions
Max Size: 149.19/200 MB

Candidate Block

Mining Attempt 559765b7b6d35f8c0dd33ce27d3a96ea9f0fab84b1c569cb4a8f63d1ee4f87f9
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 1c2f7c66b2cf9e2e1f4565fa8b9ccd813968461cf0d396c490c01b1624421a74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,148
Size: 1.00 vMB
Total Fees: 0.01618887 BTC
Feerates: 100.23 > 1.62 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (199,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
715,756 715,756 00000000000000000006ead52cd4c358529c5abfcdf38628e3003e083e4147f1 1,414 0.59/1.00 vMB 7
715,755 715,755 0000000000000000000195bac8ead8650b27da0e0855e1b9103eb4ed9b3c8a0c 2,944 1.00/1.00 vMB 2
715,754 715,754 00000000000000000004c152c6056b7848a2ed636e5ed541f8883a25962645fb 2,696 1.00/1.00 vMB 7
715,753 715,753 000000000000000000074862468c557a1b0fe69eef354c0185079f8ccf414f2c 1,671 1.00/1.00 vMB 6
715,752 715,752 00000000000000000007d2805b73a185cef8d94895f0a23761a6aa83e54c49cb 2,044 1.00/1.00 vMB 6
715,751 715,751 000000000000000000009d8edbc7186ca37eb7f3b4c9fc244b1d88493c78d8b3 2,820 1.00/1.00 vMB 15
715,750 715,750 00000000000000000007d09ca419e921ef7fb1d299485b4d3fc8a1e6d4996154 2,613 1.00/1.00 vMB 14
715,749 715,749 00000000000000000003791157ad1485e8a6447a94121f3aa6d8841956dddd90 752 1.00/1.00 vMB 5
715,748 715,748 000000000000000000084e938f477abe57a401e26bf18283bf3f72a5b38a2e33 2,470 1.00/1.00 vMB 10
715,747 715,747 000000000000000000004995db8c24cd26c8e9670998124d50253ce5c50c6a2f 766 0.31/1.00 vMB 7
715,746 715,746 0000000000000000000777cc0ee6307678498ec75157e5b2ab1a2ce34b31b0b2 2,842 1.00/1.00 vMB 6
715,745 715,745 00000000000000000009bccbecf4651c25047dd85e45cfeac728d6030fa956a1 2,362 1.00/1.00 vMB 8
715,744 715,744 00000000000000000001f75b3678ab2d7bbefb4cca7f0b42ddb010bb50c50c84 978 0.40/1.00 vMB 8
715,743 715,743 0000000000000000000124004aff41c651eb774cde31c1881406617583b24570 2,083 0.99/1.00 vMB 4
715,742 715,742 00000000000000000006f1ce3ec2a97c65b3a5ff9f67a3239a9a514fe180669c 2,627 1.00/1.00 vMB 5
715,741 715,741 000000000000000000051706276e4a9f3a7f06511d74df6bcbf07334bbe48688 1,932 1.00/1.00 vMB 6
715,740 715,740 000000000000000000087266fab5751cefb9b7078d0ea804f82ca5e43ca98c1d 2,002 1.00/1.00 vMB 5
715,739 715,739 0000000000000000000a4b7df410c30cd95fc4ab7a359a7355a7e983add82681 2,964 1.00/1.00 vMB 13
715,738 715,738 00000000000000000009d5d500fd766b2f9000e60ddfa03cda171b65e42a4bed 3,086 1.00/1.00 vMB 11
715,737 715,737 000000000000000000037f8cb7a4b169d2d090831e824cc2e9ecc1043f6e00cf 2,405 0.91/1.00 vMB 8
715,736 715,736 00000000000000000004db407202aff54e9ace0efb72588bb73a2beebb248c28 159 0.09/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.10 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: 651.69 GB
    • Received: 13.63 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.