Loading Tool

Explorer IconExplorer

Memory Pool

48,798 transactions
28.92 vMB
0.10054569 BTC
Random Selection Loading Transactions
Max Size: 153.04/200 MB

Candidate Block

Mining Attempt eb176cd91955f79682c33f63ad99594e1d69281f813b31d77bc556f5dfb9fb72
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 0da085314b42e8d5e9c415636aa1bd0b6b7c4ec517afbd9d97513a6568f70d8a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,912
Size: 1.00 vMB
Total Fees: 0.02499024 BTC
Feerates: 70.48 > 2.50 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (520,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,435 394,435 000000000000000008e4adb11c6305b426197fbf63908252c0140ebada8c2a31 2,160 0.75/1.00 vMB 51
394,434 394,434 00000000000000000846b6de6a34b540aa0cc2e1fe3cbafd8d22f8a2cf8dcab6 234 0.14/1.00 vMB 31
394,433 394,433 00000000000000000322f54585d830bab1ed8ce5d4ccac329f55a0daaa8ce3f9 776 0.42/1.00 vMB 34
394,432 394,432 000000000000000004fcafc74fdcbbf78a880eef7c058518e971989e952fe21f 1,757 0.87/1.00 vMB 37
394,431 394,431 000000000000000000ffa28738b05c7241df74038b0a6fc8304d1f4f96af71fb 1,756 0.83/1.00 vMB 38
394,430 394,430 000000000000000003fd22566f13d0cb222d949982b5e3337348a1219d56f46b 626 0.35/1.00 vMB 33
394,429 394,429 0000000000000000043441bfd40719c5ec65a0caa4ce0d69c4ef337e1027915a 890 0.46/1.00 vMB 36
394,428 394,428 0000000000000000001bc6fdc3d2bd32224a7cc4d4002105f8c0dd8be471303d 1,559 0.70/1.00 vMB 42
394,427 394,427 000000000000000001473c57509de66a33771f9dc46974f948fd94eba7fcab82 972 0.77/1.00 vMB 21
394,426 394,426 000000000000000002d0c8a08516ea6a66b9b7564b61a5f41a359a6a2b626d15 2,081 0.99/1.00 vMB 47
394,425 394,425 000000000000000003a41fc3d32e853df3d7010a2559c1013e5b81c646c2e51f 286 0.18/1.00 vMB 27
394,424 394,424 000000000000000009a21879b04c8973c091b33f274bfa0dc1a61a50057c98c3 1,136 0.75/1.00 vMB 35
394,423 394,423 000000000000000009296eb69b5fddfb1135e472f93758435c761433b5dfe08c 727 0.63/1.00 vMB 20
394,422 394,422 000000000000000004aaa01f1171a9e1059fc361662b78fc7b769fc448275b92 2,124 1.00/1.00 vMB 41
394,421 394,421 00000000000000000769e85e93fbf08022247a7bae20d45c999fe2355332c4ce 1,153 0.78/1.00 vMB 37
394,420 394,420 000000000000000007660ee18656e974746dc66ce1a69494b6f46e90b479d9a1 953 0.73/1.00 vMB 23
394,419 394,419 00000000000000000936f017320f3595b92f88cb9c1d7a85acffc7c8513a9aa3 584 0.99/1.00 vMB 12
394,418 394,418 0000000000000000019595eefeb8655b705ea40137778c7db0ce7bc3c8ee5864 39 0.05/1.00 vMB 6
394,417 394,417 000000000000000001a2f7c4f48f8d26c719bdff6629a32f03176beea5b9961d 2,610 1.00/1.00 vMB 52
394,416 394,416 000000000000000003c2300313466376a302a92c61f3371054c8d44e22aeadd6 758 0.43/1.00 vMB 35
394,415 394,415 0000000000000000035db53523ff286b5ab6bde4753447aaddd0abafd02bd0b6 1,323 0.60/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.