Loading Tool

Explorer IconExplorer

Memory Pool

53,308 transactions
29.78 vMB
0.09764068 BTC
Random Selection Loading Transactions
Max Size: 159.80/200 MB

Candidate Block

Mining Attempt 5381eb01f1fb3d64ca290d5adb6ce85ed67c4d1ce05db1d5e10a7bd448d05816
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 3139a0f6e98ea3f83df893ce4f330806ba33ccc2e058c097adc8a4d4e51b1640
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,225
Size: 1.00 vMB
Total Fees: 0.02460754 BTC
Feerates: 157.35 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (151,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,054 763,054 000000000000000000010625bfd7b0442ea00879ded360afa3f297b0aed21a6a 2,432 1.00/1.00 vMB 27
763,053 763,053 000000000000000000024952d4bed8785c26029a82c43e85adea506c27a7cf4d 1,762 1.00/1.00 vMB 29
763,052 763,052 00000000000000000001a1a1f723c57e384a2a595bcbd50f1dde55047652bc92 2,855 1.00/1.00 vMB 22
763,051 763,051 000000000000000000055880b16555b1fce97ea0d5015c911e81556cac4d7430 2,018 1.00/1.00 vMB 17
763,050 763,050 00000000000000000006059f42afaf440e614df2514a8e49975b4d7acb6e0458 3,030 1.00/1.00 vMB 21
763,049 763,049 00000000000000000002bba5b3156ff804d87d0c659201c9d13acaea50da049f 2,695 1.00/1.00 vMB 25
763,048 763,048 00000000000000000006ccf9596165ef1ae6bbe4ca40d75d1aa5ae3fc1ee876e 1,953 1.00/1.00 vMB 24
763,047 763,047 000000000000000000002664646dfcff2c45d6945a446a01963264402f1e846e 2,785 1.00/1.00 vMB 37
763,046 763,046 0000000000000000000110c018a3544b2fb97ad8f4631ede0ab939fe82a95307 2,599 1.00/1.00 vMB 5
763,045 763,045 000000000000000000057c76ee986c52a122c60b808bade6e80d477263eff10f 2,292 1.00/1.00 vMB 21
763,044 763,044 00000000000000000001557cef6198b538a5394121eb0aa99e19cad2c2e6d306 2,437 1.00/1.00 vMB 24
763,043 763,043 00000000000000000000d82e01df25cae8322c566c53187150057309332d4312 1,027 0.34/1.00 vMB 13
763,042 763,042 00000000000000000006ef31dc0f68ed5a704874e751418dd579de5238d853f6 133 0.04/1.00 vMB 13
763,041 763,041 00000000000000000000266cb46765141d328b2bbf724377b90943bdb3d7ab8f 2,557 0.90/1.00 vMB 14
763,040 763,040 0000000000000000000454a02c6d113048293a1dd4e2f5a653b4699f86484f2e 1,254 0.46/1.00 vMB 14
763,039 763,039 00000000000000000001d37a2ce2378c25746db3d43cf9f085f1c58336d8e4cc 851 0.77/1.00 vMB 6
763,038 763,038 000000000000000000039d87a4ba4d653d73dca6615692a39ce9ba821df4d5f7 2,840 0.99/1.00 vMB 14
763,037 763,037 0000000000000000000580e0dca553aff5329a85525a8d6cce4afcc7a0f3f30a 1,584 0.54/1.00 vMB 14
763,036 763,036 0000000000000000000119f2944914a306ce022b39ec5c6e3112335fe829a2b3 750 0.24/1.00 vMB 14
763,035 763,035 00000000000000000001c5718c4a87143e6ec05b84041e871e41c26252623231 1,673 0.54/1.00 vMB 4
763,034 763,034 000000000000000000078ef413eb58d1be0b9c5765e0e8b9d0fee6d4eb25d396 2,811 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.89 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.08 GB
    • Received: 12.68 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.