Loading Tool

Explorer IconExplorer

Memory Pool

80,947 transactions
30.26 vMB
0.07587888 BTC
Random Selection Loading Transactions
Max Size: 185.62/200 MB

Candidate Block

Mining Attempt 84f8fb7f42339301d97f3f3ccf60007edbb15ed5e8ea38bf42f76c163718fdcf
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root 6b722c8944ff472e26c38ec98550f15de77954c2c5606a5e6e2583769206353b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,685
Size: 1.00 vMB
Total Fees: 0.00860634 BTC
Feerates: 151.12 > 0.86 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (526,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,661 388,661 00000000000000000a12f6f21521b2fee5a0cfc1fa251427f329b3e44395d7ff 1,918 0.75/1.00 vMB 47
388,660 388,660 0000000000000000040879454cf152cf8684e69b8a2b8cc3db2dc286d30ec997 1,771 0.75/1.00 vMB 42
388,659 388,659 000000000000000006143b410d2ab7e747f313acb106fed8b065a35932cbb4ed 1,962 0.85/1.00 vMB 40
388,658 388,658 0000000000000000018818267484cde74402f4b7864e033c58febb9ba4cf6e3b 1 0.00/1.00 vMB 0
388,657 388,657 00000000000000000cc986c644152c70f7bd0d28ccd2dc37e5396182bc9b4804 593 0.54/1.00 vMB 17
388,656 388,656 000000000000000007f85bb4eaa8e9b399c87cab2f6c32c29c7ff22f05dfc8ad 1,631 0.56/1.00 vMB 46
388,655 388,655 000000000000000007ebc27a9a5a2bf1e479c4b2a8e49b37d3faa3b37b42011d 244 0.48/1.00 vMB 9
388,654 388,654 000000000000000003837ddbcf964366e310abffb9c2971670b6e8f3daf7192e 1,590 0.75/1.00 vMB 41
388,653 388,653 000000000000000004516730ae83f56ab76c52e01593bd22d2326b5b4878996e 848 0.31/1.00 vMB 41
388,652 388,652 0000000000000000027aeac1752a3a0eac8722eae86ff3b47e24a6ca97bd1f6b 241 0.14/1.00 vMB 23
388,651 388,651 00000000000000000aba5dd83ef354600f99c5539b4f2fb41316b63158c26a9a 274 0.28/1.00 vMB 17
388,650 388,650 000000000000000002a9db69384766a73896580e17c9dbf937c0cf3b77e96b2b 2,179 0.95/1.00 vMB 43
388,649 388,649 00000000000000000dcdb988d32e7b19e3d70219c68e51b2a44454db39bdac31 678 0.36/1.00 vMB 32
388,648 388,648 00000000000000000c72eade56b3052eed04932eba04e13760281f47da4d71a6 630 0.25/1.00 vMB 39
388,647 388,647 000000000000000007a994f429b966026afea426fd4da19224f66ad09d72ef1f 1,183 0.89/1.00 vMB 23
388,646 388,646 00000000000000000b3e0b2a9a6d2b5402dacb75b69b5728fbb1419f541c66ad 357 0.30/1.00 vMB 16
388,645 388,645 00000000000000000d5a54be2d78336e71a1485c229e31b968a8f721e4d05c88 385 0.20/1.00 vMB 29
388,644 388,644 0000000000000000031816d74a631bc1ca60f8f23b2c0f55d2d88adfdbd7487b 925 1.00/1.00 vMB 14
388,643 388,643 0000000000000000014e54bb22859fdd4594823a5f06aa9ab73268b4de20c692 2,237 0.93/1.00 vMB 50
388,642 388,642 00000000000000000d2b3ce7a0f55eb68fb216967c8aa61b562503486cf98609 1,211 0.66/1.00 vMB 29
388,641 388,641 00000000000000000c5160e64a18fec106b866eaaea4c419bb9173a8c52f846f 702 0.33/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.98 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: 716.22 GB
    • Received: 17.79 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.