Loading Tool

Explorer IconExplorer

Memory Pool

81,767 transactions
30.99 vMB
0.11578494 BTC
Random Selection Loading Transactions
Max Size: 185.43/200 MB

Candidate Block

Mining Attempt 59164a18ac835f27acb909b4f655b06a4478e90e0675ab1063dbd8c57ea8124d
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 89687960e9bfc42a4c3d465fe6d7a7542a1b0ffa3d97f3d7eb420bfd687221e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.03292802 BTC
Feerates: 101.42 > 3.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (460,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,724 454,724 00000000000000000129739a5677b401242f246ba9e5abdb21f4357741f6d717 914 1.00/1.00 vMB 26
454,723 454,723 000000000000000001bcad476a3a2ab6676c5027cab785a34b8365c771345f06 1,457 1.00/1.00 vMB 101
454,722 454,722 00000000000000000007d1049c7f756fcd0a77175405b9ca5404560420f78b1a 977 1.00/1.00 vMB 50
454,721 454,721 000000000000000000b685744ca56b3b7a597b2fa992bfdbc4777ab83d5048be 982 0.37/1.00 vMB 150
454,720 454,720 000000000000000001f9831631942abd2aa688e3c2065eaca03cdf4b9eed6061 1,841 1.00/1.00 vMB 97
454,719 454,719 0000000000000000009dfb3b20f124b22beb6b2bc9a8123a48164339c6fb7ebe 1,507 1.00/1.00 vMB 60
454,718 454,718 000000000000000001a18b8183b1d3c88d3aebcccc5e7b9bc839b5d10777fb61 1,813 1.00/1.00 vMB 26
454,717 454,717 000000000000000000332969684cf2aff25037c44e852111a060c099222a8178 2,386 1.00/1.00 vMB 57
454,716 454,716 00000000000000000073200ca70ab95f2f37593e6c4de3d53acbb5209876122d 1,006 1.00/1.00 vMB 60
454,715 454,715 0000000000000000020f90dbccec869cd83d5b26313fd23c38d52a397edc5524 1,560 1.00/1.00 vMB 43
454,714 454,714 0000000000000000026beb1cd512525172a890bab4751781341a4af15fec15e1 2,641 1.00/1.00 vMB 44
454,713 454,713 000000000000000000207a5d7af418834dedc9c9cf2d53df42b1d5720b7ec7f9 1,785 1.00/1.00 vMB 58
454,712 454,712 0000000000000000008f1e125ef0919aabb964a73ab25bdc56df8679589ef9b0 1,557 1.00/1.00 vMB 146
454,711 454,711 000000000000000001ade37c9c88c20292d6f74fda69e978c4b4e6a79aed0c55 1,230 1.00/1.00 vMB 53
454,710 454,710 000000000000000001410b9d9c9020528896b7783920000b98a67b26ca3067f3 2,238 1.00/1.00 vMB 95
454,709 454,709 0000000000000000013272e34854c5ee8945cfe282a121e88c652f6fabecce47 2,372 1.00/1.00 vMB 140
454,708 454,708 000000000000000002560c80a1acd8697462a808502e766d8157a15689c45700 2,764 1.00/1.00 vMB 161
454,707 454,707 00000000000000000171310351a26a49795db7e885d4092cecf93b60087b9742 1,228 1.00/1.00 vMB 43
454,706 454,706 000000000000000000f3d3dd818ecb7d5a3f8edb54dd28a9b446f036050c1178 1,530 1.00/1.00 vMB 69
454,705 454,705 000000000000000001890712b833244f8b95a75603bcbfb1c23171bddd2ca781 2,241 1.00/1.00 vMB 106
454,704 454,704 0000000000000000014dec5330d9b4c8f6aa9d4c3611dd3092d51e8d7ec6cfa2 1,344 1.00/1.00 vMB 64
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.94 GB
    • Received: 16.33 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.