Loading Tool

Explorer IconExplorer

Memory Pool

78,773 transactions
29.18 vMB
0.11941963 BTC
Random Selection Loading Transactions
Max Size: 176.01/200 MB

Candidate Block

Mining Attempt 9228b989b8b5680e70bc52b1ba66e7b7d7255c604b845b0f712a22ee3eab3e95
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 1d1f52d0e3e5fd0b33ec7f38533262015dabf541b8df9a5721a0807d9ce672cf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,128
Size: 1.00 vMB
Total Fees: 0.04327584 BTC
Feerates: 150.80 > 4.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (76,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
838,589 838,589 00000000000000000001d9d8fa0550fbfdc98cceb2db301229b23eea45793998 4,906 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.