Loading Tool

Explorer IconExplorer

Memory Pool

74,676 transactions
27.73 vMB
0.07417246 BTC
Random Selection Loading Transactions
Max Size: 168.76/200 MB

Candidate Block

Mining Attempt f7a3342b7e83f70a838b50fe61f16a5a79506cdcda64f0b86f6f3df5c63da81c
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root e288445049f3efad3e568ce6145f1805e5e20a29ee8dcfb0f5f8ecdc4c8393be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,813
Size: 1.00 vMB
Total Fees: 0.01490117 BTC
Feerates: 71.37 > 1.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (76,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
838,592 838,592 000000000000000000034477c6e4bcce2120c1166c396c4dca9795add1cee340 4,770 1.00/1.00 vMB 83
838,591 838,591 00000000000000000001d322d488a70e2752f352ed5659dad18745aa8bf74d9e 4,935 1.00/1.00 vMB 119
838,590 838,590 00000000000000000000c6f5f035f768c2006f1bf5e3bf66dd0ca2c75b94ea9b 4,465 1.00/1.00 vMB 119
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.78 GB
    • Received: 17.12 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.