Loading Tool

Explorer IconExplorer

Memory Pool

30,632 transactions
13.22 vMB
0.14675074 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 76.81/200 MB

Candidate Block

Mining Attempt 40a356fe33dd19f69684a6b36b448b4ee5f125d35464182132adcbe5a3dfbcb6
Version 20000000
Previous Block 000000000000000000019f6c5040172d78ebbd4b210c527f6cc5c13f4a0ae2f7
Merkle Root 2d30b2955277d6750e2e0675a6cf08ab34df6d35e35740046422b39092b6e7ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,236
Size: 0.9979055 1.00 vMB
Total Fees: 0.12004669 BTC
Feerates: 500.00 > 12.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,759 (776,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
136,889 136,889 00000000000000511e22fd88f54931fa7f62eec45356e813a2ae194da310af70 128 0.05/1.00 vMB 76
136,888 136,888 00000000000005024cea2f71860f042f6db5a8e811c99ae8016caec84258fc64 105 0.05/1.00 vMB 245
136,887 136,887 000000000000058dedbe307675964b4256de6d7541e649a83ce5fcd9b1069ca4 41 0.02/1.00 vMB 2,059
136,886 136,886 000000000000015452ce2bf05c3e9d5ae8c55b831a5fca23ec8238d3a64d2a47 147 0.06/1.00 vMB 746
136,885 136,885 00000000000007ebb36900791c86a05d2ad5d8c4b00d9abea1f53237f68dabf3 14 0.00/1.00 vMB 556
136,884 136,884 00000000000002fe3504d2fc68bc17807fef8fc1192205d86ac17a2be17ec3e0 19 0.01/1.00 vMB 77
136,883 136,883 0000000000000138a49b57aeefe593761686328f160ca250270b6aa519805e2d 107 0.06/1.00 vMB 190
136,882 136,882 000000000000084f47513d4f191770fbcd48c72897cfa83ca2132fafd73c6698 18 0.01/1.00 vMB 67
136,881 136,881 00000000000006ca5bbf609987c5754b5d1cc53fae09623c69c52eb10f78bb07 123 0.05/1.00 vMB 262
136,880 136,880 00000000000000f483d5f187a9ab298dc042532813a447ac166f861899d04535 88 0.05/1.00 vMB 177
136,879 136,879 000000000000091c0eeb84a3be8b362e0dc173db84c93ac246105280e22c2603 97 0.04/1.00 vMB 190
136,878 136,878 0000000000000903983e36b4989b8172ec323e1bcb6c68e0b4b61b8e629b4228 3 0.00/1.00 vMB 0
136,877 136,877 00000000000002d7bdcd1afca6c08a815641d8f7e80679d46595069e53a7daa6 15 0.00/1.00 vMB 101
136,876 136,876 0000000000000814e7ad3795bb22cd3eda6d30caaf74e8b99023cb80160083ee 179 0.05/1.00 vMB 0
136,875 136,875 000000000000006779eed6dd1a827795a6adaaff006da4fed7f7dcc57e4f85d3 21 0.01/1.00 vMB 434
136,874 136,874 00000000000007ba12f07d71d442efec92d7731b311e3bf9e0352170b3f50338 19 0.02/1.00 vMB 138
136,873 136,873 000000000000068f22e19736178fd5198e7d510dcd379731956f7a853886c485 120 0.05/1.00 vMB 62
136,872 136,872 00000000000001911ae3b7a647ff75db2172165aa9ad3fbd576d09fff6c2e450 96 0.05/1.00 vMB 565
136,871 136,871 0000000000000381871a9a9e19c422713f3b343470040c38326b09cfba6bae10 1 0.00/1.00 vMB 0
136,870 136,870 00000000000009bc5005f161ed6f04b7a84a6cea3c39cbb5def48fa27fe820aa 92 0.13/1.00 vMB 84
136,869 136,869 0000000000000a7b298923526d2c6828d52645cb0f9c8e624fdd5392b27670e8 13 0.00/1.00 vMB 354
Previous 10 blocks ↓
Total Size: 780.19 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: 505.43 GB
    • Received: 4.02 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.