Loading Tool

Explorer IconExplorer

Memory Pool

43,064 transactions
29.07 vMB
0.09093704 BTC
Random Selection Loading Transactions
Max Size: 148.70/200 MB

Candidate Block

Mining Attempt e92ca4194840f48b8835958d8075b824e65c2447aa89f8549aee3495113d5f48
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 8df413f7c11ef673d4f312b0c5394dd0730b890d7357ae382e3a4c8c5946afd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,133
Size: 1.00 vMB
Total Fees: 0.03270184 BTC
Feerates: 88.27 > 3.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (202,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,424 712,424 0000000000000000000164f96c90eaebf5eaf861b4f4482bfdebcb53b4a115b6 2,747 1.00/1.00 vMB 12
712,423 712,423 00000000000000000006dd24690c935a826d93eeb20f8a3a312dd1ca2e525978 3,476 1.00/1.00 vMB 19
712,422 712,422 000000000000000000098776026fb48a331c20034df6c5ab39269a23e89786d7 3,214 1.00/1.00 vMB 7
712,421 712,421 00000000000000000001056ff65825feb1659582959aad67cf87a81bd70fc97d 3,290 1.00/1.00 vMB 19
712,420 712,420 0000000000000000000b42b3d83838988e3a556d4375a841e22dc7dd00bc7113 884 0.48/1.00 vMB 7
712,419 712,419 000000000000000000065a87054f8f7d38bdc23f90d842f7679fa7c42115c83e 10 0.02/1.00 vMB 2
712,418 712,418 000000000000000000075ea976ebc4b96c12006b85bf5b14e7fba5b998d047aa 2,030 0.80/1.00 vMB 10
712,417 712,417 000000000000000000085199dbf31251eeb8b22130cac1add1d5d0aa50402c3c 334 0.10/1.00 vMB 10
712,416 712,416 00000000000000000003ba29e2da5d2496722026bf23a83f6555115ac301c2e4 103 0.04/1.00 vMB 12
712,415 712,415 00000000000000000004bc6d16e1dbaf77ccb56ad06f871e6564d3772a431f6c 1,065 0.40/1.00 vMB 11
712,414 712,414 0000000000000000000c67eba6d684b5df8386d2c90366b6b1d769977fd93586 1,772 0.55/1.00 vMB 13
712,413 712,413 000000000000000000089b6bfbee7b26cf784e4190619d88129a0a57da46c83e 2,950 0.89/1.00 vMB 13
712,412 712,412 00000000000000000008fe5c6eeb10f047ded06b9b4d12dbdb4eb512d80f5b4e 1,237 0.50/1.00 vMB 11
712,411 712,411 00000000000000000004e6099b222de87178bc7dfd67cee95a9f916b49ec559b 1,000 0.33/1.00 vMB 13
712,410 712,410 00000000000000000005743596e78b0f65f388961b2c24ff4c46e9f3121b4e76 1,905 0.75/1.00 vMB 4
712,409 712,409 0000000000000000000031d968591cfef3302b3dbcacb076fb85bba004203ddd 3,142 1.00/1.00 vMB 17
712,408 712,408 00000000000000000006988a2fab2badcbf930f90136b9b84a676c9dc081f346 2,151 0.64/1.00 vMB 12
712,407 712,407 000000000000000000042d08ff5f7cbaebe081b2ea99ee175837d7e2e6a8f6a5 1,661 0.54/1.00 vMB 12
712,406 712,406 00000000000000000003b4a8c7402828e27e76a269156ce8af693b2ac0b3a416 598 0.23/1.00 vMB 11
712,405 712,405 0000000000000000000923d36a2b19b38a455d50dfaf3c2b84ecd911febeb22f 2,392 0.81/1.00 vMB 6
712,404 712,404 0000000000000000000c1a2d62e3521d38755e1db4636b04f9cd00fe1b5c17e4 3,400 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.73 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: 630.34 GB
    • Received: 12.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.