Loading Tool

Explorer IconExplorer

Memory Pool

82,329 transactions
30.17 vMB
0.13604532 BTC
Random Selection Loading Transactions
Max Size: 182.29/200 MB

Candidate Block

Mining Attempt deaa505a0161c044b11f15f09b749a17881b4976c4fef1a031b6e2acc175b7a2
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 455eb7ad3bfbf3efb93b5802439624d3d85c66133a4380a210b353735ad8204c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,254
Size: 1.00 vMB
Total Fees: 0.05646680 BTC
Feerates: 477.45 > 5.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (308,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,364 606,364 00000000000000000009a6f44c2bee2126e6d626f866d2b45da067a2448f3c1b 2,741 1.00/1.00 vMB 24
606,363 606,363 0000000000000000000387e680b490a9ab79405d006bcdc131a199c9ab641329 3,024 1.00/1.00 vMB 27
606,362 606,362 0000000000000000000220d2117bc5e25beb16030b09b3716858c993d998b546 2,237 1.00/1.00 vMB 22
606,361 606,361 0000000000000000000f2e780e66f07f99b9c10eb1006419744c47c10a967ef3 2,163 1.00/1.00 vMB 11
606,360 606,360 0000000000000000000793fbff186a3a2ef4d7f15bb72f8ac46d2ef1ba8925f7 2,392 1.00/1.00 vMB 6
606,359 606,359 0000000000000000000fa8fd8dcbbe436c59d721d91653819825a2c99a6f5cc5 1,898 1.00/1.00 vMB 12
606,358 606,358 000000000000000000153ebab0f3682240847526d9a8005b6c647584b237d26c 2,297 1.00/1.00 vMB 21
606,357 606,357 00000000000000000013e9142701d52c7f02743d388f7f1348d389750bdb7862 2,981 1.00/1.00 vMB 21
606,356 606,356 0000000000000000001333d6380cdda6f6db6e35a972ea1ec13a3c16651062a6 2,605 1.00/1.00 vMB 6
606,355 606,355 000000000000000000041b6e279457373a8cadc859713d4abca36fdc48130345 2,894 1.00/1.00 vMB 21
606,354 606,354 0000000000000000000b3a5384ccb8d85b59fe7b081b49279b8c075e0a72359c 3,057 1.00/1.00 vMB 13
606,353 606,353 00000000000000000008c8089925bd10eda0522090a0a64776df3c40a294e6e8 2,168 1.00/1.00 vMB 26
606,352 606,352 0000000000000000000b031d819dbd4f8fd3ed4e345cbf4cc1d9388835b83b8f 2,356 1.00/1.00 vMB 13
606,351 606,351 00000000000000000015229f2d8eb8b193416913db95c8bf8fe3fecec52a2e95 2,926 1.00/1.00 vMB 20
606,350 606,350 0000000000000000000dfdb012d554647a5ff527b5ab96707f31e1d8b34ad712 2,912 1.00/1.00 vMB 25
606,349 606,349 0000000000000000000b236448b2804b4ef92343d6787c1aec7632963c4b0075 3,183 1.00/1.00 vMB 20
606,348 606,348 00000000000000000008aa8e0764b72fe322b1205865408a7b3d47ad9232d595 3,544 1.00/1.00 vMB 27
606,347 606,347 00000000000000000013641677950a98a83d63e3198d3cda5f1b2587dbd07eba 2,755 1.00/1.00 vMB 34
606,346 606,346 000000000000000000051d8b7bf2bd9b92b0cf6589505e033df654c3018c4608 2,451 1.00/1.00 vMB 33
606,345 606,345 000000000000000000117cb438baa0ec79ad0df2ee9b77fe67eb234da1d39e92 3,101 1.00/1.00 vMB 32
606,344 606,344 00000000000000000010766d2b45bf2b49bb1d8d70f5611065bd236096f07a93 3,020 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.