Loading Tool

Explorer IconExplorer

Memory Pool

46,819 transactions
28.27 vMB
0.09056907 BTC
Random Selection Loading Transactions
Max Size: 147.61/200 MB

Candidate Block

Mining Attempt af8ab8acc0e424b0ba687f874e6e939ccd7e8fb4b7af9ccc6d485200e5cf449b
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root 69526f28706d3275fcb9eee594960b184bd3c7e004d8c7b42764f6fdb8c16934
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,344
Size: 1.00 vMB
Total Fees: 0.02881130 BTC
Feerates: 147.16 > 2.89 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (823,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
91,854 91,854 00000000000146fcb1e97dfeb4b153e4bf6296bf18c8d30df81f56b2abdd241c 1 0.00/1.00 vMB 0
91,853 91,853 000000000004073be330ce8e9e31b425e4bb65a03f27abe092e9e5d863284a9c 1 0.00/1.00 vMB 0
91,852 91,852 00000000000d5455fdaa37d7cb24e5165e37aa8f8ba6ece585f81761d244b511 1 0.00/1.00 vMB 0
91,851 91,851 00000000000cc4a29933bde9cec0d5b1d5adb7e7e0d8f72ecb3ad5e4647fd05c 1 0.00/1.00 vMB 0
91,850 91,850 0000000000021e3a4a30b26c4b3d78397506f7f01190cecd2b1fa3515f19e81c 2 0.00/1.00 vMB 0
91,849 91,849 00000000000b10374f109e4236dc113930c56d2672bc3ecb8741ba1b7807cdf5 1 0.00/1.00 vMB 0
91,848 91,848 0000000000099a9b49300fdb66cf0b35fd46a782e682054d0014a97216c2ab4e 1 0.00/1.00 vMB 0
91,847 91,847 0000000000046052744a95e4c7434a606b6e13fcd84a011d98b844303cd34715 2 0.00/1.00 vMB 0
91,846 91,846 00000000000b5d612151ab2f2d14a19057a4afd33bc2f5e91626333e19e178bc 1 0.00/1.00 vMB 0
91,845 91,845 000000000004cde4025a6772af3362208e57a63cdab624aad849a114be7b5e0b 1 0.00/1.00 vMB 0
91,844 91,844 00000000000dd7c245ef5fb10e950adde594ca02850daa90f91bec0b817d7895 2 0.00/1.00 vMB 0
91,843 91,843 0000000000016ca756e810d44aee6be7eabad75d2209d7f4542d1fd53bafc984 1 0.00/1.00 vMB 0
91,842 91,842 00000000000a4d0a398161ffc163c503763b1f4360639393e0e4c8e300e0caec 1 0.00/1.00 vMB 0
91,841 91,841 00000000000a1e92acbcbdf594cac25d1095544d5fbf5113bfec85a9eb4b1120 2 0.00/1.00 vMB 0
91,840 91,840 00000000000a77298ca85ea17231e116840bd6edcbed9a862393ecbb4891d8c5 1 0.00/1.00 vMB 0
91,839 91,839 000000000006ec7174c3dd710d1e0dc63388913dfcf9009cf2e81b1e2048d931 1 0.00/1.00 vMB 0
91,838 91,838 00000000000848e041805b88719a03697ca6ba46f95a66aee1f50e45ba84f60f 1 0.00/1.00 vMB 0
91,837 91,837 000000000000b47cf4328f9caf5248ff48723343cc650d1360f32a9fd74eebf7 1 0.00/1.00 vMB 0
91,836 91,836 000000000004b9bb460cbe00344f117a3348378b5b8a77190008ed3853a9b5cb 1 0.00/1.00 vMB 0
91,835 91,835 00000000000d1fd9610204cf1e7b1440a22c5e60fe3ede123fc0005e1da0c08b 1 0.00/1.00 vMB 0
91,834 91,834 00000000000da85d09e8f91cba7092eda1b23ac842c2f624a5f8a1eddd1ba511 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.19 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: 653.76 GB
    • Received: 14.04 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.