Loading Tool

Explorer IconExplorer

Memory Pool

85,280 transactions
31.96 vMB
0.17301471 BTC
Random Selection Loading Transactions
Max Size: 190.21/200 MB

Candidate Block

Mining Attempt 9c318d58a079a0fe821d3ebf468694a74176aad0d827fc802d9ea68a979f2a73
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 21f908bf37079ca4686aa6c14763274dd94edd53bf8abb975576248c47766524
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,918
Size: 1.00 vMB
Total Fees: 0.05461363 BTC
Feerates: 402.75 > 5.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (625,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
290,055 290,055 00000000000000005db271551303a170cdd1b62f9c8cebedd30c229cfab63a8e 662 0.33/1.00 vMB 38
290,054 290,054 000000000000000016a1c5f013c9d2c2986923f1ec69a8897b6ced1ea1b93390 271 0.11/1.00 vMB 30
290,053 290,053 00000000000000002d4263818569f5f9942f5d4a5bdceef6e7d5c5d50b507ecd 254 0.10/1.00 vMB 38
290,052 290,052 0000000000000000d340a7bf1e601adcfad95944b4d68a5d70d35094fb60d15c 547 0.23/1.00 vMB 41
290,051 290,051 00000000000000004ca2e363b928715f0a8ebf1ca1d9582692b342fdb63b3ef3 135 0.05/1.00 vMB 16
290,050 290,050 0000000000000000b666b9d5f97d33a608b8d4a426b66d07d096eaa950f6f038 694 0.74/1.00 vMB 27
290,049 290,049 0000000000000000ef0133acd8aa93a8bc5a7e6694a4f94a2dfb7a9690ef9b82 274 0.50/1.00 vMB 13
290,048 290,048 0000000000000000b8627fafa35f96cc1fbc0ca3d0c4e149bb842dbfd58d4825 663 0.35/1.00 vMB 32
290,047 290,047 0000000000000000b111f72c03340b927135ed72703a878e02f2b96b0dbf4d8a 670 0.35/1.00 vMB 24
290,046 290,046 0000000000000000fbe80181ebce62f22694efa32b15c83ef2fbbda77e444a46 311 0.24/1.00 vMB 31
290,045 290,045 00000000000000006cc323cd5e42fc283c7def9f54f27bc34e036a42a49d40cb 979 0.35/1.00 vMB 50
290,044 290,044 0000000000000000def5dddc12d554744c78bcc8346f0761103f0f435dd18e33 1,150 0.35/1.00 vMB 87
290,043 290,043 000000000000000060808cb77e7ad2b90703e7029eca757be6480645bfe7cfe6 61 0.08/1.00 vMB 12
290,042 290,042 0000000000000000def952fd91504f3c2da9ff129d3a0a004a09100db640fd35 467 0.19/1.00 vMB 46
290,041 290,041 0000000000000000c0eea12fe225ede3d7086e9bb7e337d79650509f8763aa02 495 0.24/1.00 vMB 33
290,040 290,040 000000000000000012a9b4da3423d31f462d33a8da52bb49c6a7894e5885f51d 256 0.12/1.00 vMB 31
290,039 290,039 000000000000000097e8d3ae85eb0e168ffb728ce0140f2da2f5c6eb9a25cb19 265 0.15/1.00 vMB 24
290,038 290,038 00000000000000000d70c76a88a8bfae9847074b46cc0296167dd2bf28f753bd 57 0.02/1.00 vMB 33
290,037 290,037 0000000000000000fe68aaa1bc0c466be5dbda2b96e4e28404f03879f4136127 103 0.10/1.00 vMB 10
290,036 290,036 0000000000000001022fc6b527afd0ef42e34b0f63979b956b81d3d5e9b9ac77 319 0.49/1.00 vMB 18
290,035 290,035 00000000000000007b49023852a6bd540f48c0b5b66b592a05eb8af328f387fc 128 0.05/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.