Loading Tool

Explorer IconExplorer

Memory Pool

78,363 transactions
29.38 vMB
0.06594420 BTC
Random Selection Loading Transactions
Max Size: 176.56/200 MB

Candidate Block

Mining Attempt 5652449e8328fa1e89777eb6e019bd2f24105dd4c43734256a988c93f30f3b80
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 20d1c8bab00dcf0dd864ae63f0befdf543f764f0049a85bfa3d00b1471240364
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,296
Size: 1.00 vMB
Total Fees: 0.00636049 BTC
Feerates: 50.25 > 0.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,860 914,860 00000000000000000001884b7744e76046bb54e7fd2a542e252a0e5d69a30abb 941 0.30/1.00 vMB 3
914,859 914,859 00000000000000000001c0e471ae3d5377bb12b8abc9c3f3ee3a4448797fefdd 5,684 1.00/1.00 vMB 1
914,858 914,858 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573 1,596 0.46/1.00 vMB 2
914,857 914,857 00000000000000000001715c951c8d4dbbe4a6e37b8651db580e2cce2f31d5f6 1,947 1.00/1.00 vMB 1
914,856 914,856 00000000000000000001307f1998b9f9a4e8679a9c05e963893a3b9aa72c63eb 3,614 1.00/1.00 vMB 2
914,855 914,855 000000000000000000007fe229bf7aea523707cefab0fcb77bac6036c091254d 3,075 1.00/1.00 vMB 2
914,854 914,854 000000000000000000019d8e946b6f738991a727e74c8a12670bf631d52c5e8d 3,143 1.00/1.00 vMB 3
914,853 914,853 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17 3,280 1.00/1.00 vMB 5
914,852 914,852 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0 2,081 1.00/1.00 vMB 1
914,851 914,851 00000000000000000000ee19fd1fc6daa41208fed40c0446b5ee329643f5e725 3,215 1.00/1.00 vMB 2
914,850 914,850 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6 3,106 1.00/1.00 vMB 2
914,849 914,849 000000000000000000004a04b56353e1c4144147bb5d0cb234159c18fdd6370a 3,397 1.00/1.00 vMB 5
914,848 914,848 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558 1,725 1.00/1.00 vMB 1
914,847 914,847 0000000000000000000019e52e62c4af9ec65c220889a77c9eccd74d5750afbd 3,289 1.00/1.00 vMB 7
914,846 914,846 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe 3,191 1.00/1.00 vMB 2
914,845 914,845 00000000000000000001e2f6cc79a94b021bd37a0344a4c1171fa288fec3bf95 3,112 1.00/1.00 vMB 6
914,844 914,844 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4 3,229 1.00/1.00 vMB 4
914,843 914,843 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85 6,529 1.00/1.00 vMB 0
914,842 914,842 000000000000000000009b1a7ee2d4641d9abb30f5f9c725bfa883663463f7a1 1,853 0.54/1.00 vMB 5
914,841 914,841 00000000000000000001062e61f060b48ed5c5e8a69516a4e7eb4bbc1d3cb176 3,797 1.00/1.00 vMB 2
914,840 914,840 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1 5,383 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.