Loading Tool

Explorer IconExplorer

Memory Pool

41,099 transactions
27.32 vMB
0.07828330 BTC
Random Selection Loading Transactions
Max Size: 141.05/200 MB

Candidate Block

Mining Attempt 44f9e86230f7c4b87a9f827a0a2f30b79117dabb6e15c80aa511636fe3cbe8ab
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root b7f47d2a44324d60de2b508ba391e49be06d857e5c1fa6cb8754fd97ac054c16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,081
Size: 1.00 vMB
Total Fees: 0.02564610 BTC
Feerates: 141.50 > 2.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (643,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
271,653 271,653 00000000000000053ca270b3c46d4d9c01508d040dba0b6075397e455ba01c52 103 0.16/1.00 vMB 18
271,652 271,652 0000000000000005c4cbd96e5f6e0a6738dfdbf48cb46fc9deb18591d51ca55f 870 0.50/1.00 vMB 39
271,651 271,651 00000000000000038f9aafbea2d51d495bdf81d249722c0d04af87775963025c 1,273 0.50/1.00 vMB 75
271,650 271,650 000000000000000566afd850c9c4ec001be38ed02a1a464a2b7f4c3889aa0489 1,103 0.80/1.00 vMB 41
271,649 271,649 000000000000000144b7e3f72a8c2ff15f8b074cd86d250b373785f8bedd70f1 704 0.25/1.00 vMB 62
271,648 271,648 0000000000000003a66bce1480fb4868e465f3d29e4dd55a676dedfafaaac994 690 0.35/1.00 vMB 21
271,647 271,647 00000000000000062b3b38d4bf9de616d905ad2005dd17185375ea5fe9881d59 1,377 0.50/1.00 vMB 62
271,646 271,646 000000000000000243870c1bc27e1ee167abe5c9994a6924ffb684a6e92f374d 823 0.25/1.00 vMB 92
271,645 271,645 0000000000000005edcb4c6d1659b3f30893ccedd98da55eed4c0c06d8f3892d 604 0.25/1.00 vMB 169
271,644 271,644 0000000000000001a2f1b7758adf7a620de4a5340eb4fa0c79eb2c8bc75fb95a 75 0.05/1.00 vMB 24
271,643 271,643 00000000000000042cbc660d1fbc89c9cb05825671386c404f59a5f0af2a79d5 337 0.25/1.00 vMB 31
271,642 271,642 0000000000000004dd49749d131864e549e1fe3403e1e45605e43b51f8731e06 993 0.50/1.00 vMB 58
271,641 271,641 0000000000000003cf4af4060ff65ace8ca3319feb7060cdc8108ed81508d527 802 0.35/1.00 vMB 57
271,640 271,640 00000000000000020807d37b7ebc3d66bef737543f29b1f61ad2fe7431e70dae 636 0.35/1.00 vMB 56
271,639 271,639 00000000000000005e6ba3092d5c8ca471b21ca784ae85499f25d9f4a3d80b6e 625 0.25/1.00 vMB 61
271,638 271,638 0000000000000004218243075c7e01b8134680ae0cdbaa6e7d0255382a36002a 67 0.06/1.00 vMB 27
271,637 271,637 0000000000000004e17c3671acd50f14aee3565ed9c651d4afa126c839ce16b7 1,013 0.47/1.00 vMB 62
271,636 271,636 000000000000000656810ba0e53667646c31a44c3f95d38fdce73e8daa382c24 265 0.13/1.00 vMB 48
271,635 271,635 0000000000000003a8f808fea50e2bea738755cb15261cccb7bda2e42dbd86e7 1,127 0.58/1.00 vMB 79
271,634 271,634 00000000000000011ed3afd56cc72829112bb550d9eba3cb4dab575b979039ad 723 0.33/1.00 vMB 60
271,633 271,633 00000000000000059ab70f9f2444e7daac089dae66843f8415a49b60f434d498 357 0.25/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.79 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: 633.65 GB
    • Received: 12.21 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.