Loading Tool

Explorer IconExplorer

Memory Pool

85,704 transactions
32.91 vMB
0.07767195 BTC
Random Selection Loading Transactions
Max Size: 195.75/200 MB

Candidate Block

Mining Attempt 7f826b6acf53d5e27d23c5e0c184d68b80e747a39207012de7a64f6d2a83e165
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 308b94a2af4ce1e277b502ef03fc5576798efce1c6fd7b36da176331ce4486b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,412
Size: 1.00 vMB
Total Fees: 0.01265392 BTC
Feerates: 203.60 > 1.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (859,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
55,886 55,886 0000000008e1e9bff64143846121362a9e16c90a51e412bc673d3616bec4a20a 1 0.00/1.00 vMB 0
55,885 55,885 000000000bb7601a09616735d49996666cb3cdf77022f6ce8bd5382aeb6c8394 1 0.00/1.00 vMB 0
55,884 55,884 00000000047ca314ef56f7affc2b8bec6f587e8131678cf4432c38f901432b25 1 0.00/1.00 vMB 0
55,883 55,883 00000000086335ec5dc40742df1ca02d98888bfdf024b1ce4b382a44021b2c46 1 0.00/1.00 vMB 0
55,882 55,882 00000000018e072db3388dec88275dd7deb8d1a7cdcf4c2e03192e8bf3f6bfe5 1 0.00/1.00 vMB 0
55,881 55,881 00000000018904928ad59216eb1e59ba62d4916bd4e14703e777065f343b4147 1 0.00/1.00 vMB 0
55,880 55,880 0000000008c43ef4c61080a09ce47c94731e517d071b99e51984a2ac475f587e 1 0.00/1.00 vMB 0
55,879 55,879 000000000556e8f272b0ef8195ee7a573713ce36ba17e8d181035152fdaaeeef 1 0.00/1.00 vMB 0
55,878 55,878 00000000032ac53d0edf167eebe46c677894a533ca00eb0656e995842f236e4f 1 0.00/1.00 vMB 0
55,877 55,877 0000000002ad8c5c85e18c6a20d8e8c3643490b398e72bf4d32fc75375c9d8f0 1 0.00/1.00 vMB 0
55,876 55,876 000000000ef74106e058c015e171d2c7719453de455f2640a8d077d153569476 1 0.00/1.00 vMB 0
55,875 55,875 0000000005c2d08ba95b80f856959c892cfdb5b55e687399ee89726989d71a04 3 0.00/1.00 vMB 0
55,874 55,874 0000000007cb29b9f6666408632932c1b9989080a81171501b042d0d1e6a2986 1 0.00/1.00 vMB 0
55,873 55,873 000000000d27225fe377822764f52b3336270c95f46887c80b46d2ad254b3ef5 2 0.00/1.00 vMB 0
55,872 55,872 0000000007054dff1b8d477e9249bf35808fa57928400d9242ab4e8e902ca2ac 1 0.00/1.00 vMB 0
55,871 55,871 0000000006fa7104aa8031006a934de8e446c196b3a7e8d7dab2caae3cb191ac 1 0.00/1.00 vMB 0
55,870 55,870 0000000010ff77b11c7d99a8bdf209531aef3e001b6b3ef60b0e37a15f2341f7 1 0.00/1.00 vMB 0
55,869 55,869 000000000af01d95ecf558ec3850c4fa430becb2f7bb5a9932e217430866a715 1 0.00/1.00 vMB 0
55,868 55,868 000000001102f31ecb9deb26eee61025e90dda5f97e538be3bbe2f9f5579b37c 1 0.00/1.00 vMB 0
55,867 55,867 000000000018411a131b4309069305c9400569b7ac7999f34d433b2ca3ed8c4d 1 0.00/1.00 vMB 0
55,866 55,866 000000000a9bb2133e217e66e593c6958c66f1f30f085c47e9da35875560f17c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.29 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: 657.24 GB
    • Received: 14.50 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.