Loading Tool

Explorer IconExplorer

Memory Pool

80,294 transactions
29.61 vMB
0.09822540 BTC
Random Selection Loading Transactions
Max Size: 179.19/200 MB

Candidate Block

Mining Attempt d884ae7eab0866bb9b1ac33ece8c7735a5562abd6544cf73ad2fc5cb68bd49c7
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 7b0c87da298679a56cb5af92ad42eacb3a2e34b9f196fcc28f5e9248e2f6cafd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,181
Size: 1.00 vMB
Total Fees: 0.03432013 BTC
Feerates: 178.73 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (71,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,721 843,721 00000000000000000000372311d7b2a91f6078f39356bae0f835405ae60111fe 3,282 1.00/1.00 vMB 16
843,720 843,720 0000000000000000000168c489fedd1a05af060e7d0c8877d6c5b9f976a0b55f 667 1.00/1.00 vMB 52
843,719 843,719 00000000000000000000ad3ca81a209706415d2273d5dbcdbd28526f7ebaa885 2,030 1.00/1.00 vMB 12
843,718 843,718 00000000000000000002987c3ebcca1921d399c363d265179c7b5b0c6cb837c5 3,365 1.00/1.00 vMB 19
843,717 843,717 0000000000000000000072e91378fabd268a46f25c9e6630e38a84db9299ae00 1,899 1.00/1.00 vMB 16
843,716 843,716 00000000000000000001ad22db80c93c0934d184ae5ec0d2a217555dfe36faba 3,767 1.00/1.00 vMB 10
843,715 843,715 0000000000000000000260024e80c21392bf5147a7e439cb2482de1db0b5aa8a 1,597 1.00/1.00 vMB 12
843,714 843,714 00000000000000000002446bd1748ee658d0d63b0ed7d76e240a9f2a809179bd 3,033 1.00/1.00 vMB 19
843,713 843,713 00000000000000000000d5b4dc8fdac35cc36b32e6be3025aa7e5cb97ac98021 3,313 1.00/1.00 vMB 12
843,712 843,712 000000000000000000029cced5bfd0e0f2ca3491ed7917bf1d4c6c6f76ae56d6 2,710 1.00/1.00 vMB 13
843,711 843,711 00000000000000000000223f7ab8033433b2a873eaf4e43e4ef61bf160dd7c5e 3,125 1.00/1.00 vMB 24
843,710 843,710 00000000000000000001a312bf9179074d864b2bdf570bca6396793f98f8305a 2,129 1.00/1.00 vMB 13
843,709 843,709 000000000000000000034a3741f54ad36f73ab635c5bcce5b960b247daa360d8 3,360 1.00/1.00 vMB 17
843,708 843,708 000000000000000000035a15efdfc98dc42e027cfe3e9e4f29bb3cc3da9be791 4,372 1.00/1.00 vMB 14
843,707 843,707 00000000000000000002aff51d52da588b2060edc5415574fcec65fe7d26726b 7,752 1.00/1.00 vMB 10
843,706 843,706 00000000000000000001ce0e86a669166f68973cb0d6de793b1ccb0953b91c36 4,928 1.00/1.00 vMB 13
843,705 843,705 00000000000000000002b9d13ad308ff9287a6680163941275eed3141f4176d7 3,688 1.00/1.00 vMB 10
843,704 843,704 00000000000000000002249beed836b972ae1426811519f7276c0ccf8c89d391 3,002 1.00/1.00 vMB 17
843,703 843,703 0000000000000000000222f7a23e1d97c47794d20084f7c6e62389a650f353b1 5,271 1.00/1.00 vMB 11
843,702 843,702 00000000000000000003250b6841ac7222681ff7705ec06b231bd51138964604 7,852 1.00/1.00 vMB 9
843,701 843,701 00000000000000000000f94d8ede4628fbc8b4a5d707e3a6cef09b330b0e0d6b 3,854 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.68 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: 681.65 GB
    • Received: 16.45 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.