Loading Tool

Explorer IconExplorer

Memory Pool

82,496 transactions
31.28 vMB
0.10686283 BTC
Random Selection Loading Transactions
Max Size: 189.66/200 MB

Candidate Block

Mining Attempt 88b4ff6f12b341fde27c21f4762fcaa299bd3d8ef56329834f02966b99e2fdf9
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 81f21726d56343f517ec18eb55d09c0cbd9b28b656420218b6471fa07b2ac00f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,210
Size: 1.00 vMB
Total Fees: 0.03255432 BTC
Feerates: 318.30 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (466,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,091 449,091 000000000000000000e9b896de5435b610b384e3e5210b2614d0d3948c70e46a 1,614 1.00/1.00 vMB 73
449,090 449,090 000000000000000001c87fddf6666892077201d1a6256c158b11e0237b047621 2,306 1.00/1.00 vMB 73
449,089 449,089 000000000000000000185fbf709e3e19547d6586eb8f840a33496871810cb972 2,317 1.00/1.00 vMB 97
449,088 449,088 000000000000000001f0925c32955d0224aecf87dfe73bc75c03e0682a9f26d4 2,645 1.00/1.00 vMB 82
449,087 449,087 000000000000000002d28d0f0872f6c6388b7bd0b3e3b7e6ac459fbd1442a55e 1,827 1.00/1.00 vMB 67
449,086 449,086 000000000000000002419fd9b2131f52eb064077c342a3e515af78b76927be64 1,175 1.00/1.00 vMB 76
449,085 449,085 000000000000000000fec35de0deae71b769848565ff2c94c59157982ada95b4 2,654 1.00/1.00 vMB 78
449,084 449,084 0000000000000000007e96b0fce5e9c0034cfbc38d68b4d5f842764186e2387c 2,192 1.00/1.00 vMB 96
449,083 449,083 000000000000000002a03b3ca1394b2e112be46b976d2f43747c3772cda6cbb1 1,644 1.00/1.00 vMB 73
449,082 449,082 0000000000000000004cec86d6d21355ad8a6e56a0660096b2ba9c40585b8170 2,847 1.00/1.00 vMB 122
449,081 449,081 0000000000000000011e472c49e67a636d4d98c9c0440752016cc5f29eed150d 2,432 1.00/1.00 vMB 98
449,080 449,080 000000000000000002ae1b2be67c173726466f58cccbe6846beac1b88ea27087 1,392 0.99/1.00 vMB 62
449,079 449,079 00000000000000000230ba325106ae058dd2883a5c50bdf67d1488923f12c8e0 2,749 1.00/1.00 vMB 97
449,078 449,078 0000000000000000028f5537c541ef1695ea4d13eb6a7409aebb82ae1d1e68f5 2,356 1.00/1.00 vMB 79
449,077 449,077 000000000000000002468df364f010d3f0021382e23b7c9cfd45a621aa9fda96 2,024 1.00/1.00 vMB 82
449,076 449,076 000000000000000001941a04759ff85add5ab4c605246dfb5bd0b48429bca31e 1,086 0.75/1.00 vMB 47
449,075 449,075 00000000000000000286cb7541726072e3a84c13cae2e344e4a7406c4da5d5fd 1 0.00/1.00 vMB 0
449,074 449,074 00000000000000000220667a0dfd52e34ffd59dfc5e83e617116838d0bb048ea 2,386 1.00/1.00 vMB 73
449,073 449,073 000000000000000003028016312929153b381292c5eda84d86e7358543ccff39 2,613 1.00/1.00 vMB 94
449,072 449,072 000000000000000002ee2f10fcd37ade0266a7e847868c425e84de5de545d31a 405 0.58/1.00 vMB 34
449,071 449,071 000000000000000002de32c1a3d5a66d4f2e2b3531c1016931b3d334be95abc0 1,682 0.71/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 783.00 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: 718.45 GB
    • Received: 17.90 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.