Loading Tool

Explorer IconExplorer

Memory Pool

77,507 transactions
29.34 vMB
0.07599882 BTC
Random Selection Loading Transactions
Max Size: 176.23/200 MB

Candidate Block

Mining Attempt 1640a1a15b704782f98c264896736d5d8d45773d498c0674eaba8ed4c653fbc5
Version 20000000
Previous Block 000000000000000000004a687a9edc2ed0bbfad17617f87927e5a0114c540355
Merkle Root 1e2b5449abfca3860f3e9a3bd0cbb78ec621ce06545c53056e231d0609bad488
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,822
Size: 1.00 vMB
Total Fees: 0.01350727 BTC
Feerates: 59.34 > 1.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,153 (256,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,910 658,910 0000000000000000000727a4d9ec20a39520cf411053140bd2dd31bd8ab1f7c6 2,922 1.00/1.00 vMB 94
658,909 658,909 00000000000000000005df7a33dedeaefc74906499cce425254bae2a97455773 2,535 1.00/1.00 vMB 83
658,908 658,908 000000000000000000091eda57d51221bb29b4f370e932752a8a213dc022f278 2,440 1.00/1.00 vMB 22
658,907 658,907 00000000000000000004aa408cd7dcb863a793d00a670b230a902a1e121e7b35 2,246 1.00/1.00 vMB 39
658,906 658,906 0000000000000000000d9855eab932ebf93b60570942a51097a50544240ab1dc 1,311 1.00/1.00 vMB 69
658,905 658,905 000000000000000000037335fddd132baed4b4fd4753f0fa7f6203c70ca85b40 2,495 1.00/1.00 vMB 89
658,904 658,904 0000000000000000000adc3b8d529825304b079611b14066001730c781304737 2,297 1.00/1.00 vMB 53
658,903 658,903 0000000000000000000d0b119ea9952b5b98d93794c58c3c60d23a917084c6a8 2,452 1.00/1.00 vMB 53
658,902 658,902 0000000000000000000e65c935e494016b074b430ab49ac290e6d3fabc9097fd 1 0.00/1.00 vMB 0
658,901 658,901 0000000000000000000531e8d8942f7019a20b6aa5d25e15ab22c657bbf9a391 2,532 1.00/1.00 vMB 68
658,900 658,900 0000000000000000000981ba078295a1d2c99c3c9c3cee45690e55f453026a69 2,005 1.00/1.00 vMB 27
658,899 658,899 0000000000000000000e7bad049ca7b8ccc05fce75b33c2852254b7cc50b01bb 2,009 1.00/1.00 vMB 20
658,898 658,898 0000000000000000000f7b0423de99c961e4ab027a42e0de7ca00e83e3e417a2 2,677 1.00/1.00 vMB 79
658,897 658,897 00000000000000000003fd5df959b68be6c7ac16aa7fc72e6591a8826821648f 2,271 1.00/1.00 vMB 14
658,896 658,896 0000000000000000000bc82a803e0684d7e2ff7850570069f8ed0f84f285750b 2,404 1.00/1.00 vMB 83
658,895 658,895 0000000000000000000d9b58d56140b407ea2d273399323b0a663f0d4027418f 1,981 1.00/1.00 vMB 36
658,894 658,894 0000000000000000000e2cc62f8d8e80b3c799d69c6d6bd766eb7dbb3703854a 2,358 1.00/1.00 vMB 48
658,893 658,893 00000000000000000008baa0015df4cd5d1bc04e1d78de60babb0bf6b7d24f5b 2,369 1.00/1.00 vMB 73
658,892 658,892 000000000000000000093c90c2a60139f92d1678108fff61442b0288d87514f1 1,696 1.00/1.00 vMB 82
658,891 658,891 00000000000000000002a4d8d4eb91564831800ee70954d767c70b35f5f98e19 2,723 1.00/1.00 vMB 92
658,890 658,890 00000000000000000008d75144267a5a61bf145b6901abad89e769ee9dbf277a 2,345 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.66 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: 672.98 GB
    • Received: 16.35 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.