Loading Tool

Explorer IconExplorer

Memory Pool

86,481 transactions
32.45 vMB
0.11180780 BTC
Random Selection Loading Transactions
Max Size: 195.17/200 MB

Candidate Block

Mining Attempt 73302c803b338b87273ffa7a52f59e914ab82e367783cc0d899b66e48a55094e
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 3b2007b14a283b106d6333215b48ff1d690796c28d560e5482f6966ff2c54d4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,619
Size: 1.00 vMB
Total Fees: 0.03729801 BTC
Feerates: 218.18 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (320,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,052 595,052 000000000000000000084c10d1685fd22f079a624d0c1aac205192a9babb27c2 3,835 1.00/1.00 vMB 21
595,051 595,051 000000000000000000171c3d74afe1c285cf5a3df2fabc152eb52c24b60e6855 400 0.14/1.00 vMB 15
595,050 595,050 0000000000000000000bc5551fb1c426cdc33ba2a1c2bed2025a0a72b12e610d 78 0.02/1.00 vMB 12
595,049 595,049 000000000000000000131bbefc396e0a74f6fce5a3520c20f6ab05a9946c8fd8 1,591 0.42/1.00 vMB 3
595,048 595,048 00000000000000000009f39c7afaa08e167001967bdfcfd781eee8ac4238d1e1 3,063 1.00/1.00 vMB 7
595,047 595,047 00000000000000000016ccae6dc06193160ce5e5f6d7aee735ef5232c9657ec1 2,909 1.00/1.00 vMB 27
595,046 595,046 00000000000000000002c9af327a63de7c92d3ee8b5c0470976d329077b1eefa 467 0.15/1.00 vMB 10
595,045 595,045 0000000000000000000d9dc0f81dcc2900da6d8b8f7a5fb20807c428ba20f1ab 3,005 0.80/1.00 vMB 14
595,044 595,044 000000000000000000057f0a78cd0e5f5d0bfdd363cce90e8573857799628b28 1,303 0.35/1.00 vMB 13
595,043 595,043 0000000000000000001107c23fcedce40205c39cbea53d4f85a2fa51b76aa35a 1,284 0.41/1.00 vMB 9
595,042 595,042 0000000000000000000f405b752c6354aa1df35be67c5a0a6bde9b0b78be42a0 783 0.26/1.00 vMB 10
595,041 595,041 00000000000000000004ebbd0109e16d2e749eea5322f0c0444237d711642b85 269 0.07/1.00 vMB 16
595,040 595,040 0000000000000000001394c7cbdafcb22f8d470e163c93ea7376e3d1b94c9eb6 589 0.16/1.00 vMB 24
595,039 595,039 000000000000000000042436fba8cd9cbe3ca37f157957a6f82345fa526fb286 3,781 0.93/1.00 vMB 12
595,038 595,038 0000000000000000001441d8c86892466e7546f4a289557a8c6ae8946c4978ca 376 0.09/1.00 vMB 11
595,037 595,037 0000000000000000000e3f1c6c49da32ea1809763705026e3dded24191f77a91 1,430 0.46/1.00 vMB 9
595,036 595,036 0000000000000000000fa9f11e127aca38ac0b2bb3002812e00c08e19b795758 2,812 0.99/1.00 vMB 12
595,035 595,035 00000000000000000011d0617e378b95de018ef1cb2fb9e2dcb455dcee5e838d 553 0.15/1.00 vMB 12
595,034 595,034 000000000000000000161b1011ba5c7832b2844b678ec1e6f32f7bd2d877d227 300 0.08/1.00 vMB 10
595,033 595,033 0000000000000000000224a15c7e8974b81e08e1525e1c401cd63dc85cad7366 395 0.11/1.00 vMB 10
595,032 595,032 00000000000000000011d85ccf5dfd01935744a34040bc7d885a68a1eb2e8a6d 245 0.07/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.52 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.87 GB
    • Received: 15.61 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.