Loading Tool

Explorer IconExplorer

Memory Pool

82,802 transactions
30.68 vMB
0.31082642 BTC
Random Selection Loading Transactions
Max Size: 185.06/200 MB

Candidate Block

Mining Attempt 2b2622460ace3b5ac528bdaa8b979d00d8a6b70d135ce64f31fcdf888ee9ecf7
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root eb0423b752b227e4ec1ac55462f1eb17d143690fd1a4aa1a8503d55c5ffbff91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,969
Size: 1.00 vMB
Total Fees: 0.22495558 BTC
Feerates: 502.67 > 22.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (297,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,122 618,122 0000000000000000000436ba6ad3c0b6e6097ba576695f36c3839375b7788f1b 2,195 1.00/1.00 vMB 21
618,121 618,121 000000000000000000099c7eb2d676b07c20aea554e7f5b9318cbdbfde41f8a4 3,275 1.00/1.00 vMB 37
618,120 618,120 000000000000000000067fd668d1233a0b07d101b822d52a766b62dfbbab6afd 3,245 1.00/1.00 vMB 29
618,119 618,119 00000000000000000002d715cf6d2ef0076b24209cd00e5f3d07c416df7182b9 3,171 1.00/1.00 vMB 26
618,118 618,118 0000000000000000000efb1612e191d157ad42210e949d55c7e12c2c4958c01d 3,116 1.00/1.00 vMB 26
618,117 618,117 00000000000000000003e3d56c88b22a151c73c7ff9e5f75d90be9653ecf7b64 2,913 1.00/1.00 vMB 27
618,116 618,116 0000000000000000000c97398f2f14654cecef4da83941fd2684e04f8df92c4c 1,945 1.00/1.00 vMB 13
618,115 618,115 00000000000000000006b38e52db14a3f40bb0f81e9faa3688ae1775ab98f8b2 2,531 1.00/1.00 vMB 18
618,114 618,114 000000000000000000064202f11de2aae308504859679f2602432199afefb63b 2,990 1.00/1.00 vMB 18
618,113 618,113 0000000000000000000ca2f5048935c065abc19140dec22ca2691ee25296d09e 2,918 1.00/1.00 vMB 24
618,112 618,112 0000000000000000000cbb1c9f3768c78c78f37dfa13b29d3f6718987e585f96 2,766 1.00/1.00 vMB 41
618,111 618,111 00000000000000000008109e1f532e11b4d0fba31d285b09fcb8730ff0d227dc 2,752 1.00/1.00 vMB 23
618,110 618,110 0000000000000000000236c2026abe871f544d74e0cbe41d31887a057b12717f 3,023 1.00/1.00 vMB 31
618,109 618,109 0000000000000000000150b548a7b15fc375ceb6070f9a98b35be5846b899296 2,577 1.00/1.00 vMB 15
618,108 618,108 00000000000000000003fa9f7e101f1e239c720155d75ce37e61ea37c36fb0bd 2,613 1.00/1.00 vMB 25
618,107 618,107 0000000000000000000249af6a0a3686f95796a739df7607b7d97ae4b09e7b2f 1,939 1.00/1.00 vMB 14
618,106 618,106 00000000000000000010b3185d9c483422ef23cf60031d0748265af0853fedf1 2,937 1.00/1.00 vMB 36
618,105 618,105 0000000000000000000d0b85b0fb4afba6c1b60fcbc2f7a19a1535dd07ae086a 2,734 1.00/1.00 vMB 31
618,104 618,104 00000000000000000001390698b7ac6f5bb071c73cea4bbb7dc73e70445bf440 3,102 1.00/1.00 vMB 23
618,103 618,103 00000000000000000000a03967419b7583d2d97fcb0cd9c8d40db7bc546aba13 2,789 1.00/1.00 vMB 18
618,102 618,102 00000000000000000001330f386f7ea82ce836f134e2c926e1c90130311560d7 2,993 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.60 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: 671.86 GB
    • Received: 16.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.