Loading Tool

Explorer IconExplorer

Memory Pool

69,644 transactions
26.64 vMB
0.07741537 BTC
Random Selection Loading Transactions
Max Size: 160.09/200 MB

Candidate Block

Mining Attempt 34b92ee67925e778d7ef93c631d0f39bbf623eff7adf4873bf38001966c90b87
Version 20000000
Previous Block 000000000000000000017eea8a1fcbeece8b187566830c35a0e9c06ce7a8cb3c
Merkle Root 2e4a50f064722f7092866155f93480a0e1cba356f4886b7537d9842fae2d2a32
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,604
Size: 1.00 vMB
Total Fees: 0.02053293 BTC
Feerates: 445.47 > 2.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,474 (795,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,128 120,128 000000000000a2d4de5f13afdd23db9ed89c64699ee3d92597eb1a0225fdfb68 10 0.00/1.00 vMB 952
120,127 120,127 0000000000008217517d314de6202d83d4824be2a1841b64f0cd23e94c75d26e 19 0.00/1.00 vMB 200
120,126 120,126 00000000000027ec3678c8c86bd1fd1966dd01192fe84917bd69a821bccca1a5 18 0.01/1.00 vMB 111
120,125 120,125 0000000000000fab0521c32974827e5cda9160fac60122ddef25c0a23fafd4c2 2 0.00/1.00 vMB 0
120,124 120,124 0000000000006fcfa7a14b84009d295bb8c43cf9e1523d748ede4a6d1da0918d 5 0.00/1.00 vMB 0
120,123 120,123 00000000000047a2443f5ed8e5ee760885c6a8d53bd5f735204ade0fd9d31c9e 5 0.05/1.00 vMB 994
120,122 120,122 000000000000287520e1a325ab4ced9dab1f12dc22e3cf20ed3ca46f91fa4432 31 0.08/1.00 vMB 875
120,121 120,121 00000000000070cb22663b546ec23ab2025fc3d174429f329ff1cb91e15a32ef 20 0.10/1.00 vMB 2,121
120,120 120,120 000000000000a0ec8ed82994c0682c4e4b8e99f5dc9595180eef3da5e358d0da 5 0.00/1.00 vMB 1,651
120,119 120,119 00000000000022ee82271955109bcb6f11d03c58990530429a4ba3ce7edbdfba 9 0.00/1.00 vMB 378
120,118 120,118 000000000000990dcacd94dc62f6985d04aa872264252fd16cf6737b89e3b5c0 5 0.00/1.00 vMB 0
120,117 120,117 000000000000a57862c1c135e386c44c97db8a94ad01ce92e0894140ae6fda07 39 0.01/1.00 vMB 158
120,116 120,116 0000000000001eb541906b3326ab1540e46c26284112526e38bbe8cae3586493 1 0.00/1.00 vMB 0
120,115 120,115 0000000000003958338802b78a30ab873a332345e80d4b1b45304fa64e053b76 10 0.00/1.00 vMB 637
120,114 120,114 000000000000b2c32f11e5fe99d0766de869952c6f89992cdfce3f43fcdf6dd5 9 0.00/1.00 vMB 350
120,113 120,113 0000000000001c882e6320cac717cb045d9ee226f867513aee65639ddd58133f 20 0.01/1.00 vMB 2,592
120,112 120,112 0000000000003aabaa683f7bc87c8b3b5a01cdd1fac009d49faf63cce7cb5a21 26 0.01/1.00 vMB 1,179
120,111 120,111 000000000000a7edc0a8a03efce7f3f2c72be8d4d127bcf179774d9472be5325 12 0.00/1.00 vMB 0
120,110 120,110 0000000000003d3896d53a9f0105fd40682b04369440487115b0bf80fc53610b 7 0.00/1.00 vMB 686
120,109 120,109 000000000000579dd4aa3e690cb3325a1b7892110362b77c99d2dba840c12712 9 0.00/1.00 vMB 0
120,108 120,108 00000000000025f1cda30047d5111d47feff0caa2a19146b11251ba08796ef6e 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.22 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: 757.16 GB
    • Received: 19.00 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.