Loading Tool

Explorer IconExplorer

Memory Pool

74,506 transactions
20.26 vMB
0.05251906 BTC
Random Selection Loading Transactions
Max Size: 136.29/200 MB

Candidate Block

Mining Attempt 629c46b693b1725c3da13f55038b45d9b85732a3f220dc7ae6778b6ef6eddb56
Version 20000000
Previous Block 000000000000000000017ebf1c136d095b44adf38dec8295d6ef2bee137a6e6d
Merkle Root eda117e120aaac403a8ab528f33f817f775c2ac7c1f367ef3c337269b5389fdd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,004
Size: 1.00 vMB
Total Fees: 0.00841960 BTC
Feerates: 94.55 > 0.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,993 (905,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,987 10,987 00000000f5fc9885ae47f4f2a2071c55e8d2e254ab6040eb2ae88084e4422e77 1 0.00/1.00 vMB 0
10,986 10,986 00000000241b8845731241465570ca9f8364df7320706b70af222b33dd480138 1 0.00/1.00 vMB 0
10,985 10,985 00000000645e711fc7bc73f2ae839e191c22479e347ad33f379ebcf8d741421f 1 0.00/1.00 vMB 0
10,984 10,984 0000000011f19213ce491472be362dfd2fd6dff959d16f358ec716a4c652460b 1 0.00/1.00 vMB 0
10,983 10,983 00000000dbb4baef63f1e636085698d9d78efed466b79032d697c910b62bf2f6 1 0.00/1.00 vMB 0
10,982 10,982 0000000022b4d0a24966146a67c2f8d8fa38ddeee5d588af063e8bbbcd4dd630 1 0.00/1.00 vMB 0
10,981 10,981 00000000909a98a7e53a88313aed7e092bfb254313c48bc994de9ddc155e1bac 1 0.00/1.00 vMB 0
10,980 10,980 00000000e80354d2eedd9f2e81eb1ead002c6cc0b02eb8943ff7344a40e9f068 1 0.00/1.00 vMB 0
10,979 10,979 000000007f95a18b7eba0f2385a186b3259adc82a0a8a14e4c2a99605fb88c5c 1 0.00/1.00 vMB 0
10,978 10,978 00000000d1c51e5ab1076bb3c8ca8bda1ec6ec94d785bdd4c9bc5764b2c44f08 1 0.00/1.00 vMB 0
10,977 10,977 00000000bfaf3b5fc9dbc930e2b74eb2abeeb18a99966c3283200161f002b374 1 0.00/1.00 vMB 0
10,976 10,976 0000000064fffcc809a82bc73ca14350cc985ab6a68e8ca4b19e4327d0718e72 1 0.00/1.00 vMB 0
10,975 10,975 00000000513a6a076c9e8e43c5200ce34dd77b70c78b99773938bf47a5254d18 1 0.00/1.00 vMB 0
10,974 10,974 000000006ccb22cd0b356e479a8e9ba77c88247a4dc4ff128e4fb65885ef5b66 1 0.00/1.00 vMB 0
10,973 10,973 00000000a17f1e2d2e35b0f69a4b844910b35d3f2792c13b3570fef8af331605 1 0.00/1.00 vMB 0
10,972 10,972 000000007f87522f9679ffaca7468e9e1ae52ed51c1e291e3642c62320f107bc 1 0.00/1.00 vMB 0
10,971 10,971 0000000061544cc884ee724ab09227bb518cc86c41f98de830d166277acd77c8 1 0.00/1.00 vMB 0
10,970 10,970 000000002ea3e204e8457b85894ae546275afd55e68f5710dc50fcf350cedcb6 1 0.00/1.00 vMB 0
10,969 10,969 00000000656515cc43406c839947f67b94632388a60caf418ac1cbb8a2a29339 1 0.00/1.00 vMB 0
10,968 10,968 000000007ea6c72b4fc7d1b1ebbe4d712cf7c86de3cd5c5f4ce77b0c3114d326 1 0.00/1.00 vMB 0
10,967 10,967 000000004a0f6bd7f6894b8a423599b9bc6968380b2afdc5d8b75e560142be41 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.11 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: 807.11 GB
    • Received: 23.17 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.