Loading Tool

Explorer IconExplorer

Memory Pool

74,796 transactions
27.60 vMB
0.07487671 BTC
Random Selection Loading Transactions
Max Size: 168.43/200 MB

Candidate Block

Mining Attempt 77feff3f0bb133564f570a75d6cd087413855b85ae777483dee660dc7442ce6a
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 103de82f18396385454270d8ab41e7c7755051cf0089aee4a1b1d410be0801c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,356
Size: 1.00 vMB
Total Fees: 0.01600496 BTC
Feerates: 301.57 > 1.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (241,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
673,847 673,847 0000000000000000000b3f11e2303a9818a9a75d424a7142ae05b180ac38cc27 2,792 1.00/1.00 vMB 70
673,846 673,846 00000000000000000000fd794f39a4d5c752cbf1317e55f8818caa89c09cfe30 2,935 1.00/1.00 vMB 69
673,845 673,845 0000000000000000000920bf4ceadae4b0ee3d9ccda2c649e3ac135ee62a20bb 1,701 1.00/1.00 vMB 78
673,844 673,844 000000000000000000080ac373453aee16c3ea82bd611666494cebfc1af8d15c 2,057 1.00/1.00 vMB 100
673,843 673,843 00000000000000000008903784302eb6c1e24c85c0bb3c39f0c82497753185a9 2,172 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.84 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: 711.86 GB
    • Received: 17.14 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.