Loading Tool

Explorer IconExplorer

Memory Pool

25,030 transactions
11.89 vMB
0.03996170 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.68/200 MB

Candidate Block

Mining Attempt 8f7542a08cb45c6a60633e1bcd699ab9f2a4d8d61999dababc065dd7a47559b1
Version 20000000
Previous Block 00000000000000000000652af86d7244bbb8df14f655fb2239fc0552c319f143
Merkle Root affbf5a2aeffbf874e0a06331679ec7d8cabce8add34637a5934a1b631d8f4c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,807
Size: 0.99797025 1.00 vMB
Total Fees: 0.01994217 BTC
Feerates: 150.61 > 2.00 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,779 (773,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,121 140,121 00000000000002844db4d75a055d2ea8857b4105c638146c8fbf1fd3f590ffba 21 0.05/1.00 vMB 37
140,120 140,120 00000000000006d6043be8140732d18d46142f8ac39a64a5ace39c4701466a43 62 0.03/1.00 vMB 398
140,119 140,119 0000000000000804bc74f582ef10c27e623f94c112e48040d3be5997281f45a3 45 0.11/1.00 vMB 105
140,118 140,118 000000000000055c0d39c173a69cf38f7148bd1be6d61235be7dc9037920b519 8 0.00/1.00 vMB 0
140,117 140,117 00000000000007f464018776462320ad0be4546ab608693369f0dc45ab1b15c0 69 0.03/1.00 vMB 181
140,116 140,116 000000000000044a0874b0da52bf65d6a9ba46176cb624d59d705ecd919c7d02 50 0.04/1.00 vMB 134
140,115 140,115 000000000000010ff2bcc313a43d5480beb4e8ec2bffca0f0972baec7d7c4dad 5 0.00/1.00 vMB 85
140,114 140,114 000000000000059ee522bfbe0c916a17a662cbe027478018acf181ed9214f6c4 43 0.03/1.00 vMB 134
140,113 140,113 00000000000005d9e0350d36c81702aa2b329f531b98a0ccbd46be90451f5923 109 0.05/1.00 vMB 47
140,112 140,112 000000000000082b29750741b3710ae0d55cc37833feeb32c41dbd93ad4a7228 108 0.04/1.00 vMB 1,459
140,111 140,111 000000000000082c0915a465dd9e1c3d37ae6e49b6420e3d6171c7bb227d4282 24 0.03/1.00 vMB 117
140,110 140,110 00000000000002018322baad65f90f71843690987b3695a58376ee84cf98b22c 91 0.08/1.00 vMB 155
140,109 140,109 00000000000001758489c582f766a1647320e5222c45d402c74428af69d7b61e 52 0.05/1.00 vMB 349
140,108 140,108 000000000000046f7634860846354c6a6cb86a26a9be719ea11d15e82e176aef 34 0.01/1.00 vMB 9
140,107 140,107 00000000000005dc4cabdc199d48c161b3688b8a4df4f9770c17d1c48b2424a7 96 0.05/1.00 vMB 124
140,106 140,106 00000000000000dce61ef50f10692027501834e994fe21a48c49f310a24e2189 25 0.01/1.00 vMB 0
140,105 140,105 0000000000000000349ba18be90b92616e322b19ebd5d4e94f44a1bcaf6a1c89 29 0.02/1.00 vMB 41
140,104 140,104 00000000000007525ee4f391f75a6545e8616f5c42e903a7e7a5ad2d875df5df 11 0.01/1.00 vMB 325
140,103 140,103 0000000000000291e277f4f89c03860e477bbf9053d31b7683a0358d1f8d920e 57 0.02/1.00 vMB 100
140,102 140,102 000000000000079b723782547c5e4dd292093e4a1d7be840a8bb381e8f637e47 31 0.01/1.00 vMB 25
140,101 140,101 0000000000000817f0766cc2c4cd0c353113cdd0c5f642fb8aaeb92266d90cec 9 0.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 780.23 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: 509.55 GB
    • Received: 4.19 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.