Loading Tool

Explorer IconExplorer

Memory Pool

87,797 transactions
32.68 vMB
0.16538089 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 9edaca2a93f6ba3a8aaefc37b8cce72e33c34adcb54e1701628caa2898d41089
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root aee323a60145c66028d02243ad021bfc2d2b641fbd4cf43cdecd5e4df7c52b17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.07437057 BTC
Feerates: 502.65 > 7.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (110,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,572 804,572 00000000000000000001a7e8748ecd94ada3993d41208efb48bf01e9d8b49d94 3,111 1.00/1.00 vMB 21
804,571 804,571 0000000000000000000113e95e9499abf0f7b88b6f350a0a35faef4949a3fe21 2,684 1.00/1.00 vMB 19
804,570 804,570 00000000000000000001665f47ce62ce00c271be9e87640699c5bebcc89ed05d 1,830 1.00/1.00 vMB 14
804,569 804,569 000000000000000000024d426822d7a97440e8499d87755bd11bfc7f28509a98 2,463 1.00/1.00 vMB 24
804,568 804,568 000000000000000000002f10a802b16cc30f4548ce9157f8a984c6256508ce23 2,854 1.00/1.00 vMB 16
804,567 804,567 00000000000000000003c9182bfccf6f82c6423118d7344bf3faa76437105f85 1,889 1.00/1.00 vMB 24
804,566 804,566 00000000000000000001128187875d8ad2c86b5ef5b9634c6e41ddfe111b1f11 1,910 1.00/1.00 vMB 24
804,565 804,565 0000000000000000000240d3543161b17448cd9a9234ba3039bfcc16aee451f8 1,792 1.00/1.00 vMB 15
804,564 804,564 000000000000000000006d26391fca6b9e728a8bdf8b71e8f86e74b52b6e40bc 1,883 1.00/1.00 vMB 19
804,563 804,563 00000000000000000003fd816bd8b89e87bae7712f9eefb2a81567db016c114b 1,297 1.00/1.00 vMB 15
804,562 804,562 000000000000000000011221b65c022016b9eac7ac202096710ca0943b148a88 2,503 1.00/1.00 vMB 12
804,561 804,561 000000000000000000003576422c797ec1d2c06d4f21480ce0efcf5e6fd3791d 2,021 1.00/1.00 vMB 14
804,560 804,560 0000000000000000000171ac683e0dccc5a92c217054081673ec12ce8a2bbb36 1,863 1.00/1.00 vMB 20
804,559 804,559 0000000000000000000453f06508fe12b67774291f485f9d5d1064ab89b267bc 2,367 1.00/1.00 vMB 14
804,558 804,558 0000000000000000000149a952d0e81ff78a0ff12bd782c74ae510b9a7494f61 1,352 1.00/1.00 vMB 20
804,557 804,557 00000000000000000003fb28f698f494b69fb4e02060e78a6e7524f7e3c52d08 1,950 1.00/1.00 vMB 17
804,556 804,556 00000000000000000002ca5ac3f61e174e90fe70c0fdf1511e1830fb38450c2c 2,466 1.00/1.00 vMB 24
804,555 804,555 00000000000000000002233085bec63784ca81d6a421188d8c2d4a45423d2470 2,573 1.00/1.00 vMB 17
804,554 804,554 000000000000000000047984885d1736e948e791c481b73c8f0548afb0f86408 2,134 1.00/1.00 vMB 20
804,553 804,553 000000000000000000004d0efde1ed9399a4749d2516f158baa9f009470527b9 2,858 1.00/1.00 vMB 22
804,552 804,552 00000000000000000004ca2f760c9dc4575447d428465d3d71dc0245f6bf3dc5 2,427 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.85 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.