Loading Tool

Explorer IconExplorer

Memory Pool

46,078 transactions
29.73 vMB
0.08244030 BTC
Random Selection Loading Transactions
Max Size: 158.14/200 MB

Candidate Block

Mining Attempt 109c5440b11cbb13dafa2e72f04303ee5ebbf98c9d207d9d164d9d6b2191e5e9
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root aa84d7ec6d49cd8d7da45278f3f721a4b7b0e27ef9a16d931db64f9b176d338e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,920
Size: 1.00 vMB
Total Fees: 0.02491605 BTC
Feerates: 110.38 > 2.50 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (436,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,059 478,059 00000000000000000139f00fb5619f60df2ea7382939bd03b95a3d671248eb4b 1,068 1.00/1.00 vMB 61
478,058 478,058 0000000000000000012f0e4974243ef26af7317366ffccdaac013105582d34c5 699 1.00/1.00 vMB 36
478,057 478,057 00000000000000000094c2fdb70a5b2ff7e0ddbf664eb63d08d0215151c8fa5b 1,104 1.00/1.00 vMB 101
478,056 478,056 000000000000000000882c0d46739c0bfedc2cd6d4a791fef9907808efff05cd 991 1.00/1.00 vMB 128
478,055 478,055 000000000000000000715a862bc9f1d625cb013f37ece08eb2bc8ceb1eb17c1a 374 0.28/1.00 vMB 115
478,054 478,054 000000000000000000ef37e163aa0c56a62fc8f2d23eed4f8b89cb9c3ba76e53 1,097 1.00/1.00 vMB 36
478,053 478,053 00000000000000000055fc5df0314a30d4e9ea8dfe7ea4202b17eaf0fbcd4465 1,864 1.00/1.00 vMB 160
478,052 478,052 000000000000000000bce517c3f68ec75dc362a6c656b08ae9e3db4811a46a2b 1,801 1.00/1.00 vMB 75
478,051 478,051 0000000000000000008a3fc75e95840bbb31bbecd8ab873427a5cfbf936f5a86 2,185 1.00/1.00 vMB 117
478,050 478,050 00000000000000000020ee4bc40c554e308d9932b35fc8d0a0e2cb402c88adb0 1,866 1.00/1.00 vMB 78
478,049 478,049 00000000000000000051e43b379377b3531d561a8d6c2edf906ca1d0f9fe35eb 644 0.41/1.00 vMB 161
478,048 478,048 000000000000000001253f772b088fe962b263ea6014ee5494df9cb64db3aba6 1,273 1.00/1.00 vMB 46
478,047 478,047 000000000000000000b09bae068fecbe282f94b900ec85f726202d1f307223ef 1,457 1.00/1.00 vMB 152
478,046 478,046 0000000000000000005b38cc9130bc8b09ac4fa80edfe60821d5ceecf92ea54d 1,758 1.00/1.00 vMB 94
478,045 478,045 0000000000000000006ac9697256af8019580f19ace6e0c0d0b421077595bd0e 1,468 1.00/1.00 vMB 168
478,044 478,044 00000000000000000090b5e06f9dc6250cd1abd29db41be158fc4f7c17cb1482 1,360 1.00/1.00 vMB 133
478,043 478,043 000000000000000000613f8ef573fa99a1aece40f8636f3804c84f4e6af5f525 1,311 1.00/1.00 vMB 108
478,042 478,042 00000000000000000057325e5827681df0a98890d7c704abd64de13fa2693069 1,174 1.00/1.00 vMB 140
478,041 478,041 000000000000000001317aea71fe5c6008a5a8679aad23af907ef54f18be558e 1,788 1.00/1.00 vMB 174
478,040 478,040 000000000000000000abb084b0923549e9e574110ad874edafe8fad02005f705 1,105 1.00/1.00 vMB 78
478,039 478,039 0000000000000000006bd6cbc1ba50d359271d1d46938ef2b68e539541600736 1,311 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.13 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: 652.38 GB
    • Received: 13.75 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.