Loading Tool

Explorer IconExplorer

Memory Pool

83,042 transactions
32.79 vMB
0.10078864 BTC
Random Selection Loading Transactions
Max Size: 196.67/200 MB

Candidate Block

Mining Attempt 3d9d421b771d84651e4dc1b1a49465c6fd2cc2d498f3476c1cf5288d5b09df84
Version 20000000
Previous Block 0000000000000000000109222085eeb95e151ff53667bcd6dce04ddc657a5814
Merkle Root 5ab820d80d58d5182b41e58d29ee4c44d04be4c1c60f69b197320c2fd98a817f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,333
Size: 1.00 vMB
Total Fees: 0.02246294 BTC
Feerates: 174.18 > 2.25 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,172 (531,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,082 384,082 000000000000000008fe8eafd979cbb130d815e986574a0c341d623822baff72 1,276 0.95/1.00 vMB 16
384,081 384,081 00000000000000000b4c92c8c47edb3746d60e837cc497c25f74e4edf1b63046 2,388 0.93/1.00 vMB 42
384,080 384,080 00000000000000000f85b4732f5cccf0265efeb18e9794e261f895ddf030e1ea 1,101 0.99/1.00 vMB 17
384,079 384,079 0000000000000000079c0bb7edfaeacf2cca8c534d5d0a54e118791e99ec59ed 1,074 1.00/1.00 vMB 16
384,078 384,078 000000000000000001a3c8fbab0f4309ec8980e95f283b17d15bbfd941639daa 2,470 0.75/1.00 vMB 69
384,077 384,077 000000000000000008d807d8e45c1801663b848ca71c49dc84b19ef09ee3cea3 1,282 0.99/1.00 vMB 22
384,076 384,076 0000000000000000104509846b45221d8b6d420fe2c2d7271a1fbf490a614d08 941 0.75/1.00 vMB 20
384,075 384,075 00000000000000000c63f0dbd5af7abe595d6a47517c099ca16361bfb9999379 1,502 0.55/1.00 vMB 51
384,074 384,074 00000000000000000474d49de8c6a93b969fbb4195f99e32487274a84ab2b9fe 828 0.93/1.00 vMB 17
384,073 384,073 0000000000000000041842322a7653c1889c98aad1e33c8abea1cd33df341fc6 530 0.31/1.00 vMB 27
384,072 384,072 0000000000000000091bb9a67fa512cab251d79cfc8dfb5479e196fdd3c2707f 589 0.89/1.00 vMB 15
384,071 384,071 00000000000000000b9acd1c9623901dbde396589ea16c35793b3b6565463ecb 1,742 0.93/1.00 vMB 21
384,070 384,070 00000000000000000315d25dbfb7854f497c942accaf7a4e88d909bc41bbd506 2,036 0.93/1.00 vMB 36
384,069 384,069 000000000000000006b21ae9dfad39a454d345aec020787e809f92eebff60969 2,988 0.93/1.00 vMB 72
384,068 384,068 00000000000000000d6219d2fbb1bbdfe988022e619be9faf65123bec440d8aa 143 0.95/1.00 vMB 2
384,067 384,067 00000000000000000da5d46fc1c9960f1582b9521568031ba9da7d5329e66ab6 2,686 0.93/1.00 vMB 47
384,066 384,066 0000000000000000076f3dcccb1701d41699af1c4653065bae795c269289fbed 2,241 0.75/1.00 vMB 65
384,065 384,065 000000000000000008b747bd1cde6171fec6adfc5bf601fd2757c42d49ee299e 202 0.95/1.00 vMB 9
384,064 384,064 00000000000000000c7d6fcb0a77b6b233d853036c1f66fbe9ec9bff0f490532 1,599 0.93/1.00 vMB 25
384,063 384,063 00000000000000000894d2258c04339fbb41715b9b7eb2b15a774a39a054098c 1,908 0.93/1.00 vMB 29
384,062 384,062 00000000000000000f2ddb4f1b09fc054cc01ae4ff204f934f50f365518cdea4 1,986 0.95/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.69 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: 697.31 GB
    • Received: 16.55 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.