Loading Tool

Explorer IconExplorer

Memory Pool

75,729 transactions
28.13 vMB
0.08739257 BTC
Random Selection Loading Transactions
Max Size: 170.69/200 MB

Candidate Block

Mining Attempt 21ba60a2b24101659daf3f582b1ecd64ee413b588dea30eba575acfaea360c8a
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root fcc7347700fb9d4ee90d2ecea7006b6f104c7c0fbb5185e4d949e388022019b2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,499
Size: 1.00 vMB
Total Fees: 0.02676246 BTC
Feerates: 402.60 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (437,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,676 477,676 000000000000000000fe88e205791f5884344c438b6963b245038da54e425091 2,010 1.00/1.00 vMB 154
477,675 477,675 000000000000000000b38d8f8e835cae7692864782592f89be45cd5f1bad0a68 2,213 1.00/1.00 vMB 138
477,674 477,674 0000000000000000000f85b500af8a8eec10ba6f3a09d9e71f4f58b9d1c1a878 1,518 1.00/1.00 vMB 120
477,673 477,673 000000000000000000fc9c8dea4bb860448cb14fbe6ff1cb23b43b726b9eba06 1,870 1.00/1.00 vMB 186
477,672 477,672 000000000000000000f663903936240272d23023631d7aa6f9508ebc7ec9783d 1,863 1.00/1.00 vMB 142
477,671 477,671 0000000000000000002485b4d42b2124df6dc109084f2a4b4d77822a212f1ced 1,672 1.00/1.00 vMB 181
477,670 477,670 0000000000000000001465c86e658c4c2ac1db5fa42021ee6062d1dc4abad37b 2,166 1.00/1.00 vMB 205
477,669 477,669 000000000000000000a2975c73e66987c7e37c778c485e6d17ccaefbb722b64a 2,202 1.00/1.00 vMB 167
477,668 477,668 0000000000000000013cfa6c55498b1d5f7c2cd6eb971b5d8cd399570c08d2cd 1,927 1.00/1.00 vMB 209
477,667 477,667 0000000000000000013d32f3a48497e1b7352af8fbb46d1592b3254ce3e27eb9 2,402 1.00/1.00 vMB 238
477,666 477,666 000000000000000001486019e01d26155bb7b349b1a6fcf4019e77e3b7fc90de 890 0.83/1.00 vMB 43
477,665 477,665 0000000000000000013454b8a78f94dae79e1cae819c62bb0c98ad0d941b2bf2 2,262 1.00/1.00 vMB 81
477,664 477,664 0000000000000000000092acafffe9c7b1d96562136edf47867ae04ef2ec2eda 2,271 1.00/1.00 vMB 69
477,663 477,663 0000000000000000002200f660dc0662f3b3b067b9a02666b7a8868cada6b4b6 1,856 1.00/1.00 vMB 169
477,662 477,662 0000000000000000014eedd81f4a41e3a2e53becb2823c8bb689ad33c310ef4d 2,073 1.00/1.00 vMB 203
477,661 477,661 0000000000000000011217d46ef5da3eeedaf1e5d3e5b8fbde078089c19f8b01 2,617 1.00/1.00 vMB 80
477,660 477,660 000000000000000000adcafa51670bd249ca1682884643dcddf136888e50825b 2,003 1.00/1.00 vMB 103
477,659 477,659 0000000000000000010982f9c2633efec2a209ff89d9ce75903347be07600f97 1,297 1.00/1.00 vMB 159
477,658 477,658 000000000000000000dac42c17167095aaf9c03b38b675f4b51a78b96d8f0773 2,077 1.00/1.00 vMB 121
477,657 477,657 00000000000000000039467fdc551b2755ceded84202f8009cfed69cddc87850 2,346 1.00/1.00 vMB 106
477,656 477,656 0000000000000000009dc9d2c55bc53e47f44081830334d3a69b302dd6453428 2,270 1.00/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.