Loading Tool

Explorer IconExplorer

Memory Pool

32,327 transactions
25.39 vMB
0.05055504 BTC
Random Selection Loading Transactions
Max Size: 127.37/200 MB

Candidate Block

Mining Attempt 20ba4914766aaa7eda9f0ef09c5f570f826301ea6eee4b7e87c49c5def2eab26
Version 20000000
Previous Block 00000000000000000001faef095747522e6e39b83b4f276b6c552d3f2d0925a1
Merkle Root c6a5247c09dcc816a2368326d3edc58903fdd579fdbbaf37c8460c47b4758df0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 955
Size: 1.00 vMB
Total Fees: 0.00435571 BTC
Feerates: 532.98 > 0.44 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,657 (224,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,194 690,194 000000000000000000136f4a9f7b6ccf673366a5249318e57bfa395673f8ef3a 2,164 1.00/1.00 vMB 3
690,193 690,193 000000000000000000001b9efaebc7448e93e63443f7666913071a1e01a4161d 2,655 1.00/1.00 vMB 14
690,192 690,192 00000000000000000003fb8bb29def8f107fe327e16e5d0d58239605acfd0174 2,802 1.00/1.00 vMB 11
690,191 690,191 00000000000000000001333a852d3bcf59dc384c05c7c1b0a2d7f83d4d677a1e 1,640 1.00/1.00 vMB 20
690,190 690,190 000000000000000000029c57c842e13bf2b04571bd70d8d6c9fe962cdc25c367 1,280 1.00/1.00 vMB 37
690,189 690,189 0000000000000000000e952bcbb83bb139b0c37b9495514de2fcd6a6d9224f29 3,094 1.00/1.00 vMB 45
690,188 690,188 00000000000000000000d3ab625191bf1a27ed1d1b867fcf2f324b5e2cba17a2 2,706 1.00/1.00 vMB 23
690,187 690,187 00000000000000000005dd9c372044ff70dd7bb0b527ddf082070f8bbec23346 2,727 1.00/1.00 vMB 19
690,186 690,186 000000000000000000083dff4b4673aec00ccee8c5d6be1bb0160be121ec03ef 2,379 1.00/1.00 vMB 29
690,185 690,185 00000000000000000009c2bf1c42cd4cbc7107f608be5b3b460df32d2c25cd40 2,564 1.00/1.00 vMB 45
690,184 690,184 00000000000000000005e5b6b4b56b67008ca62a05e68187c73d13ae0b2bcc63 1,277 1.00/1.00 vMB 37
690,183 690,183 00000000000000000007cc728b10c07cc7ea947202d5d73657003b0ef3d52741 2,619 1.00/1.00 vMB 51
690,182 690,182 0000000000000000000c02ba100c89bce29fa725e36ebe48030c8a0c3e96e4f1 1,830 1.00/1.00 vMB 44
690,181 690,181 0000000000000000000583f8d96ca0777270d7f782f44112162ecd5b279c9823 3,022 1.00/1.00 vMB 45
690,180 690,180 00000000000000000012b86edf440df06caaa1cc882fd2dfd233891f64cbd0ef 2,214 1.00/1.00 vMB 10
690,179 690,179 0000000000000000000b2c7f821cf2d979bbbb2d2b2db66b84b933ffd5748927 2,641 1.00/1.00 vMB 27
690,178 690,178 0000000000000000001372aeca0f0cf82eed88ddab3b45c776d09ee02bb35866 1,609 1.00/1.00 vMB 11
690,177 690,177 000000000000000000051011b36a8f58f8a3ad8ebeacd83f2d37ce9fa8cf0a6c 2,583 1.00/1.00 vMB 29
690,176 690,176 00000000000000000010a60a72937587738fcab9ae55a062b87fc28a193a1217 2,308 1.00/1.00 vMB 16
690,175 690,175 0000000000000000000552b1a28758e77c4f7fa5189b04bdfa76649202a5d8ea 3,122 1.00/1.00 vMB 36
690,174 690,174 0000000000000000001317ab2bca0279c269ce1d1c6299bf20c92b59a4b8c33c 1,673 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.79 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: 633.30 GB
    • Received: 12.19 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.