Loading Tool

Explorer IconExplorer

Memory Pool

74,877 transactions
27.64 vMB
0.07415033 BTC
Random Selection Loading Transactions
Max Size: 168.82/200 MB

Candidate Block

Mining Attempt 80fa4121ebf5fa81cab51c7e3b978eb6a5c6979e3a5d3363df13c541ff5f1155
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 29e46cc22035feec08888387a1ab940b13b69099192f073a9382e0a3c52da19c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,172
Size: 1.00 vMB
Total Fees: 0.01516464 BTC
Feerates: 100.53 > 1.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (76,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,613 838,613 0000000000000000000090a99689df701be8b1a83a2e8011b99bd7a289815fa5 4,623 1.00/1.00 vMB 39
838,612 838,612 000000000000000000027ff1a12a2bffe67622f962d3a0cf138bd777ea2a0a50 3,842 1.00/1.00 vMB 54
838,611 838,611 00000000000000000000c905b244fce2c0290ba54b3d224d06420b53b231daa4 3,431 1.00/1.00 vMB 20
838,610 838,610 00000000000000000000e16c1a1abc656fee6ce2f6450ea44f4d698bea9bef13 3,315 1.00/1.00 vMB 28
838,609 838,609 000000000000000000012cf70d351ea8d6c0bd20c2a17352c23d1d24e146b500 3,361 1.00/1.00 vMB 57
838,608 838,608 00000000000000000000b903d975862c858652e672c20b5b062981550baee481 3,596 1.00/1.00 vMB 37
838,607 838,607 0000000000000000000266ae15314c068f8970d9c6066d0d98471c514ba597ff 3,213 1.00/1.00 vMB 30
838,606 838,606 000000000000000000011b9c07b5165675a04be0e65295e2bbde7deaeff730d7 2,595 1.00/1.00 vMB 22
838,605 838,605 000000000000000000035ba2c2d3fc78afa4b926023e8018e3f3e62775e65650 4,340 1.00/1.00 vMB 23
838,604 838,604 00000000000000000002d174685a83af4a02df20e22c107d1404cc93c65ab9eb 3,817 1.00/1.00 vMB 33
838,603 838,603 000000000000000000004f5e1ec055603fc235316212901a8ed73f5b765fbe16 3,378 1.00/1.00 vMB 37
838,602 838,602 00000000000000000000204ae0ef9aa04b6646fffde272c398c85fa53378ddb3 3,443 1.00/1.00 vMB 43
838,601 838,601 00000000000000000001165e07b3df13b3c40b54dd017a9a92bbe4be06e2775b 2,597 1.00/1.00 vMB 49
838,600 838,600 00000000000000000002d104ee37c5775946392077cd6f4b6d478bb7af9c3360 3,896 1.00/1.00 vMB 68
838,599 838,599 00000000000000000002e63fe7ea3bf6aa54d855e468e783f1597603689833db 4,153 1.00/1.00 vMB 39
838,598 838,598 00000000000000000000a453c19930cde3004b33cf6fb432d39fce541c1390a2 3,754 1.00/1.00 vMB 50
838,597 838,597 00000000000000000000932c78a95624a2a1b97deecd7e9a141c956da0fb1e46 4,698 1.00/1.00 vMB 40
838,596 838,596 000000000000000000033ff0b4ed98718f9d5760b73e1bed08a2ef00dfb11d12 4,072 1.00/1.00 vMB 50
838,595 838,595 000000000000000000035cddb55ae505961156ee672aaa5f7e70e95d9dce7b0a 3,705 1.00/1.00 vMB 67
838,594 838,594 000000000000000000002b6950d229ba6453d4056c2f44e8f4b2a638b173b8e9 4,314 1.00/1.00 vMB 56
838,593 838,593 000000000000000000023d4522973909874fa2ba8a0d36de814b203d2a400a7c 3,453 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.11 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.