Loading Tool

Explorer IconExplorer

Memory Pool

77,839 transactions
29.38 vMB
0.08773195 BTC
Random Selection Loading Transactions
Max Size: 179.25/200 MB

Candidate Block

Mining Attempt 484621d1eba5605464e9dc79abd8185a0455a2bd4582bb470a6c8d7dd8fd2597
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 15bb34a6d6f6cecfea4f894665f252e46c6827d1578c966530eecfaa17375899
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,708
Size: 1.00 vMB
Total Fees: 0.02310814 BTC
Feerates: 301.35 > 2.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (241,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,868 673,868 00000000000000000006dcdecc5f71e469c2c82fb7bb754bed609bdb0e0a8f8a 1,734 1.00/1.00 vMB 74
673,867 673,867 000000000000000000015dc0b68c6f63900475b41367491df9ca1e0b1ce66884 1,156 1.00/1.00 vMB 100
673,866 673,866 000000000000000000088579c227aad3b6c1a9f50cb8d2d0ae5f935c96050708 1,604 1.00/1.00 vMB 108
673,865 673,865 0000000000000000000cf4809bcb324eaa5ffd24f153a68a00fae4c93c5b1024 1,584 1.00/1.00 vMB 28
673,864 673,864 000000000000000000018bcd97d245f054da64df5e3d204182d2c9d032032366 1,768 1.00/1.00 vMB 46
673,863 673,863 0000000000000000000985863cfae2ba05dee4756d75abc88413b922fce42feb 1,847 1.00/1.00 vMB 64
673,862 673,862 00000000000000000008d9d2ca4cf0ba8963094ce763daaab51f8eba7ac3daed 2,903 1.00/1.00 vMB 105
673,861 673,861 00000000000000000003d3d1b9d75903936d007a498f734902fabae1c383d7a5 2,536 1.00/1.00 vMB 44
673,860 673,860 0000000000000000000b4388af7994beb6cd0901b1d4b266ea6530895451bba3 1,948 1.00/1.00 vMB 41
673,859 673,859 0000000000000000000b4863434a8936d4a30027b127829c6db343f302163f3d 2,627 1.00/1.00 vMB 83
673,858 673,858 00000000000000000001cb7a8f43ffb7f8297238f9cebd4a76de7253aa0f350e 1,994 1.00/1.00 vMB 80
673,857 673,857 0000000000000000000cc4a88cd218f2166a1be2d5e87c9719082d7a863a0d3a 1,916 1.00/1.00 vMB 97
673,856 673,856 0000000000000000000ac3742de5b03dbcd633dc20cdfe006ac14727e538d92e 812 1.00/1.00 vMB 97
673,855 673,855 00000000000000000009e6b437baef73a3af599d80a64f51612b009940000676 2,476 1.00/1.00 vMB 105
673,854 673,854 00000000000000000003ed8107708441c0fd2a3325479ea58985a25405dc4a6b 2,977 1.00/1.00 vMB 123
673,853 673,853 00000000000000000006e6a4ea087d2c4308c72d0adc1747621f360ef0ee0698 2,475 1.00/1.00 vMB 92
673,852 673,852 00000000000000000002ad6f9c74faf503bb055c54e0d0746ef34f888f95890f 2,755 1.00/1.00 vMB 114
673,851 673,851 00000000000000000008953625613e60b56194ea31f07aad43c7505fbddce77f 3,065 1.00/1.00 vMB 49
673,850 673,850 00000000000000000000e8d9eedf71b3e8ea3bbab5ec2ee9e739d474564a01a1 2,884 1.00/1.00 vMB 103
673,849 673,849 0000000000000000000014e600bf5c544e6cc08b7f8514e5e3e4abd41891c8ba 3,140 1.00/1.00 vMB 65
673,848 673,848 00000000000000000007da252e6c3ddd2ed13057df284b2920f7a00c960d81ee 2,969 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 710.29 GB
    • Received: 17.06 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.