Loading Tool

Explorer IconExplorer

Memory Pool

85,704 transactions
31.88 vMB
0.12159161 BTC
Random Selection Loading Transactions
Max Size: 195.44/200 MB

Candidate Block

Mining Attempt dfb29e0079b27c2b26f2228018c15db22b72d2c8e2de3db5a89f6706242a5f52
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root fb3f889edad8fda97d29ad50a680ecde1170136200b0ee767cd0225be24e9738
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,870
Size: 1.00 vMB
Total Fees: 0.04384423 BTC
Feerates: 301.57 > 4.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (61,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
853,977 853,977 00000000000000000001b80e197b8caa08004a28a6083682c7eb03793e62f275 5,129 1.00/1.00 vMB 3
853,976 853,976 000000000000000000023c86cde17d2d7dc7a234596a754a8d9ab5d6406a7c7b 3,300 1.00/1.00 vMB 5
853,975 853,975 00000000000000000001104492bb53812ac642d0940104dea672c524159645ec 1,260 1.00/1.00 vMB 5
853,974 853,974 000000000000000000016f6d6e8f3e1cb33e7b638bc759e23d2b34830e17946a 469 1.00/1.00 vMB 4
853,973 853,973 000000000000000000018529f9a3a56f3de1dd43a74a547bcb1154545a51a4b8 1,008 1.00/1.00 vMB 4
853,972 853,972 0000000000000000000132a778b715aa496fcdc7d6a35dc3f6e9201db6c00bf2 2,502 1.00/1.00 vMB 8
853,971 853,971 0000000000000000000168311b9eb22797fe3b43f1e17e44afdf66561193c9d7 1,073 1.00/1.00 vMB 5
853,970 853,970 000000000000000000009f9acc71f6a1452486da3d2c4f3fb94e0e62576a4205 1,634 1.00/1.00 vMB 6
853,969 853,969 000000000000000000035766c959e2f8c4b731d68bd3b977e4e107a8eba33b95 1,623 1.00/1.00 vMB 5
853,968 853,968 00000000000000000000e42919237bb09f086f894f88851c4ede5bc1fecd8997 2,616 1.00/1.00 vMB 8
853,967 853,967 00000000000000000001bd1e9be3e5ce41c14eda215ffb2357a9b52b73d7deb8 492 1.00/1.00 vMB 4
853,966 853,966 0000000000000000000253cc1273db61974415ec7ad35d35f1dad0cfd457edcf 1,432 1.00/1.00 vMB 5
853,965 853,965 00000000000000000002502092cfb62185db0cc3dad3588cb9f265a803d0e6fc 1,758 1.00/1.00 vMB 6
853,964 853,964 000000000000000000018f63a36a0875bef52b50c0bd063790bb753d3bdd5a54 1,185 1.00/1.00 vMB 5
853,963 853,963 00000000000000000002f35119cbd62001bfcef3765676df54225768079f5e3f 2,948 1.00/1.00 vMB 7
853,962 853,962 00000000000000000000c917435d2324ab9e6aa12088da5e90b59dedc56c536f 3,560 1.00/1.00 vMB 7
853,961 853,961 00000000000000000001096b1be7be2405d38d1918863cfe1eb1d3f3fb749c73 3,142 1.00/1.00 vMB 8
853,960 853,960 000000000000000000036be75014fa1d61f4f83f1aaff200338012f17c0415de 3,123 1.00/1.00 vMB 11
853,959 853,959 000000000000000000015ba11edb5ddb95d328946096c03d9a84bc72825d3e40 5,047 1.00/1.00 vMB 4
853,958 853,958 00000000000000000000fe49d2b42ce3a0ebd05c02cc01f4df5b5bed8b7faadb 2,185 1.00/1.00 vMB 4
853,957 853,957 0000000000000000000067053f991106b44f18c19779dd68480ce93d5e04227e 165 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.93 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.