Loading Tool

Explorer IconExplorer

Memory Pool

74,949 transactions
27.65 vMB
0.07499926 BTC
Random Selection Loading Transactions
Max Size: 168.62/200 MB

Candidate Block

Mining Attempt 444c52a98ffc6b7a6659eb0b35e4b27224e60b8f73f9ac66e971c2a887a770b6
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root c389cc87adefbcc38183750da86a16f39b86e35677f4502d257ca7d2d6ed4c19
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,246
Size: 1.00 vMB
Total Fees: 0.01556785 BTC
Feerates: 100.35 > 1.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (512,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,417 402,417 000000000000000000e8b68c927d711903f5c55f139a09e2f61021f6b2af4069 1,770 1.00/1.00 vMB 49
402,416 402,416 000000000000000002172bc61f24f5d517fbfecfea63706a60abe43fe72d81b2 1,120 0.64/1.00 vMB 39
402,415 402,415 000000000000000001491196c2079080d08e72469e0892b5efebdb925bff382c 1,137 0.62/1.00 vMB 35
402,414 402,414 00000000000000000043957762c44146adb2bbdcd61e83db3867d41a5eede287 2,351 0.99/1.00 vMB 51
402,413 402,413 000000000000000006b56d60bdc13f522bc5aebc3bfaa260c4551d23fedde6cc 1,212 0.68/1.00 vMB 32
402,412 402,412 000000000000000005fdcf6877a99f2a5e4c36ed0e13adcfb5838f4ae88e3693 200 0.72/1.00 vMB 9
402,411 402,411 000000000000000006d970c5b35a08ffe42622faad78d6cd1a7c92a1847c4753 1,382 0.65/1.00 vMB 38
402,410 402,410 0000000000000000069867e7ae5aad5afc1728af782c58d0c0cacf2d3034c727 515 0.92/1.00 vMB 12
402,409 402,409 000000000000000003535bfabe88cb794e2435405e531e3d9a70f0366716b98a 1,217 0.48/1.00 vMB 46
402,408 402,408 000000000000000004c4caa9b5b97cee2def84c5a029d8048fb9d96a4c4608fb 1,435 0.99/1.00 vMB 29
402,407 402,407 000000000000000005d4f68c4fc08fdbcc555a93003f100786a7176273cf1975 1,731 0.99/1.00 vMB 35
402,406 402,406 000000000000000005202b513e4ca908d29796516e66dad2b72525c560293502 2,176 0.92/1.00 vMB 44
402,405 402,405 000000000000000003d321cd3f1b03e2e5e0fbba280da1150e2260270a8b680f 1,223 0.95/1.00 vMB 25
402,404 402,404 000000000000000003b031995605985db606ba3b87c9d1bbac196e5d3c538d4f 1,176 1.00/1.00 vMB 22
402,403 402,403 000000000000000000c7920227f3693169643c88144f378c6a8bf4becd1852b9 2,133 0.93/1.00 vMB 40
402,402 402,402 000000000000000000ba8c70fb2a7e2b1b2ef36d175f32c6845953a8c6281ee4 2,982 1.00/1.00 vMB 52
402,401 402,401 000000000000000002ca5a4528118f0ee8b9e11c08fac99998749f9cfa39f9ec 2,552 0.93/1.00 vMB 52
402,400 402,400 00000000000000000619fa401c577afe0ef4894d144eb5dfffdd890e718cb2f5 177 0.07/1.00 vMB 51
402,399 402,399 000000000000000004ec6344cbe085217786b4636cd982f04c80abd66fa98799 568 0.25/1.00 vMB 36
402,398 402,398 0000000000000000031ddae3d698854bb87d2ae9f875f086a0c09699c6b9ee0b 1,932 0.94/1.00 vMB 36
402,397 402,397 0000000000000000038e9227e03656dd97ae8594c3831ac4587638f43b43d0ea 912 0.48/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.89 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: 713.51 GB
    • Received: 17.38 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.