Loading Tool

Explorer IconExplorer

Memory Pool

73,541 transactions
27.23 vMB
0.06508093 BTC
Random Selection Loading Transactions
Max Size: 166.00/200 MB

Candidate Block

Mining Attempt e277a868f1d0174115385177d24ca99421fbae8d4858c3fe13a68815eb32c3c2
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 043da303f8cfa115b0402bed2e4b5d0443108ba669545c2a0782d17018f9c803
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,669
Size: 1.00 vMB
Total Fees: 0.00711956 BTC
Feerates: 61.00 > 0.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (106,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,997 808,997 00000000000000000002c9745f03fcb143106b0fc1df070b762d37d7bc6a6530 3,833 1.00/1.00 vMB 35
808,996 808,996 000000000000000000046dbe133e9eb057d4b75dad80234ce28a77bb39c563e8 5,147 1.00/1.00 vMB 28
808,995 808,995 0000000000000000000303394395d7db1df7bf3dc65f967fdb90cac31e33eed4 3,667 1.00/1.00 vMB 39
808,994 808,994 00000000000000000002aefd5752dec01f0a8de83f1fb79c12771bd43e06469a 6,366 1.00/1.00 vMB 23
808,993 808,993 000000000000000000020d8beb3fcfed1210350b0006b5d409547fe99554ea98 3,085 1.00/1.00 vMB 28
808,992 808,992 0000000000000000000477d502499271af96813f8f331364f381acdc906e9ab6 5,399 1.00/1.00 vMB 25
808,991 808,991 00000000000000000003ef88c9a416081b3228cd4161a9dcfd6cc8fb53a1fc80 5,805 1.00/1.00 vMB 27
808,990 808,990 00000000000000000001a8edfa09285718f59f1d13c9f3633c326954821c1a14 3,055 1.00/1.00 vMB 31
808,989 808,989 000000000000000000006d9499d22a835cf6c51b662b9a70fd678d15e4faa834 2,984 1.00/1.00 vMB 30
808,988 808,988 00000000000000000003af12d459622a3b08f12c322afdd0ebc947c625566d4c 3,252 1.00/1.00 vMB 32
808,987 808,987 000000000000000000004e25f2da55b4b826a944f9f868817da28103f6441355 1,977 1.00/1.00 vMB 40
808,986 808,986 00000000000000000001ae649fe87165e8dfcf7d66b8b61f0481a929eee5e341 2,365 1.00/1.00 vMB 30
808,985 808,985 00000000000000000004a3172ed876832d85ccbff614607b8e9b4c1565384b84 3,856 1.00/1.00 vMB 35
808,984 808,984 00000000000000000002d1f6469ac339a853423f5274f5b6b2bfc20c9090544e 4,654 1.00/1.00 vMB 23
808,983 808,983 0000000000000000000041e55945d9055c6659dcb949ca4d14b7d18a5fea7475 5,140 1.00/1.00 vMB 21
808,982 808,982 00000000000000000002e282e505d70d8bb5ac47a4f8ee967c2f439026d2ce5f 2,976 1.00/1.00 vMB 32
808,981 808,981 00000000000000000004642a9d10b0aac11792b3281658d9b3fad7cf29a58f52 2,778 1.00/1.00 vMB 19
808,980 808,980 00000000000000000003912004ad7ed0ea265e4d0c403ce5fe9580d937152f2b 5,577 1.00/1.00 vMB 20
808,979 808,979 00000000000000000001e040a69f229b418ce8f9d72017b0228da131fa6f4024 4,046 1.00/1.00 vMB 23
808,978 808,978 000000000000000000005a5aab67b472bd18915b0f09a8944241111d777c7eee 5,259 1.00/1.00 vMB 26
808,977 808,977 000000000000000000049cadf98fcf8f396b2766c4d08f8c845e3f048e27b91a 3,151 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.94 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.91 GB
    • Received: 17.62 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.