Loading Tool

Explorer IconExplorer

Memory Pool

74,816 transactions
29.78 vMB
0.09901968 BTC
Random Selection Loading Transactions
Max Size: 172.63/200 MB

Candidate Block

Mining Attempt a04214dce9b82fec9075c6663de1ba1d9db025a524ac6fed1b89cda7e7019a74
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root ca1719128446c7db0873d2abf527e84ca16a0061a6878303cf211a773d73a054
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,819
Size: 1.00 vMB
Total Fees: 0.02826931 BTC
Feerates: 150.36 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (425,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,767 489,767 0000000000000000004ea40698722d6a4d49d6861ae40bd3c4dc94cbc11d3b05 1,597 1.00/1.00 vMB 101
489,766 489,766 000000000000000000f7e3c48dea3078a22a1b857d863d0d4694c76c828eba0d 1,658 0.94/1.00 vMB 168
489,765 489,765 000000000000000000f0a6fcee6fe86430cde96d01dfdd1ea2c4fdc95b6c34c7 2,081 0.80/1.00 vMB 90
489,764 489,764 000000000000000000d27897869016dc1a05950a43345c645345ef047d88f29d 2,157 1.00/1.00 vMB 163
489,763 489,763 00000000000000000008e30cb08aad17e4e911af9cecfa56c483725d98cb41ae 2,770 0.98/1.00 vMB 321
489,762 489,762 000000000000000000c2415240303c980437cc81fa213c6e110c8057b0225a7b 2,317 0.96/1.00 vMB 290
489,761 489,761 0000000000000000000672f4b162f7c7450a9522e6c48336d69f4221f876f388 2,124 1.00/1.00 vMB 221
489,760 489,760 000000000000000000556c774ac19ffd72416c845d36878cf6dac9aaa6cb9c04 280 1.00/1.00 vMB 57
489,759 489,759 000000000000000000e98fa7e83716235857d284c9bf876624a5c625708d7ca0 1,263 1.00/1.00 vMB 122
489,758 489,758 000000000000000000c84aaad267340ba50ba1f91c0c744dd11989efcc448767 2,667 1.00/1.00 vMB 193
489,757 489,757 000000000000000000efd9178cc5ee85d89d04e82be4f24d915f248982fe2a30 2,137 1.00/1.00 vMB 186
489,756 489,756 000000000000000000ef3abbe52094dafb70cb8269a8c33abddfec42e4d2f4cf 674 0.98/1.00 vMB 67
489,755 489,755 0000000000000000000490c676a2edc4267e80ceec7c0a31a4b9b65b93c38316 2,076 1.00/1.00 vMB 197
489,754 489,754 000000000000000000e5648dae4a361d878b6d1d23256dbc453ec061d705bfbe 1,754 0.91/1.00 vMB 132
489,753 489,753 000000000000000000a0ee8b9c0de46abafbe20ba6096975b3370a425c3ddfa1 1,728 0.96/1.00 vMB 144
489,752 489,752 00000000000000000071abc4662a4262310625fce26ee76d50a30d961123a3bc 2,329 1.00/1.00 vMB 92
489,751 489,751 0000000000000000004e42491a7b5624809ded13a4f03d0b461dfe6bc4c155c6 2,047 0.96/1.00 vMB 232
489,750 489,750 000000000000000000eba4b0212cef5a00aec4469549a4fa3e0aa30865f0bbdc 1,602 0.96/1.00 vMB 83
489,749 489,749 000000000000000000bf18c7593cc8e9fd4caca3b78e20ebc27a6dd844eb3ad8 1,704 1.00/1.00 vMB 80
489,748 489,748 0000000000000000001085d990fa5c59933df045bdc5432c4b50a817a52afc6c 1,900 1.00/1.00 vMB 103
489,747 489,747 0000000000000000003370170a52e6116347c454cf0ed741721d792570554d41 1,837 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.48 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: 668.21 GB
    • Received: 15.42 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.