Loading Tool

Explorer IconExplorer

Memory Pool

42,743 transactions
26.71 vMB
0.05318986 BTC
Random Selection Loading Transactions
Max Size: 140.45/200 MB

Candidate Block

Mining Attempt 118ea7ea9751e3ed16cbd54e5a832c7fc232343914b3ae9f01698ad05c5aed12
Version 20000000
Previous Block 00000000000000000000e3ac99be0c75a7c1598359aaad39c4e0ec9e97012d70
Merkle Root 5edbda60d41685e8c94eafd47ef11e9eb959a02b1e7ca913b1e1eabc3d024d9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,258
Size: 1.00 vMB
Total Fees: 0.00389755 BTC
Feerates: 14.54 > 0.39 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,896 (560,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
354,218 354,218 00000000000000000dfe9873b914938062c4d7f9326f6779f03768d7b6d5f911 901 0.75/1.00 vMB 21
354,217 354,217 00000000000000000981d0f028b10d6222e56b32923a4bce336acde8f4cb79c7 1,461 0.75/1.00 vMB 27
354,216 354,216 000000000000000009981084c21b487ea94caf012a1b17feacfffe266d178a3f 987 0.75/1.00 vMB 19
354,215 354,215 00000000000000000d44e1fd1a84178c8f3c59c5761f0da1cd607fe9ac40572c 2,089 0.75/1.00 vMB 35
354,214 354,214 0000000000000000118f1c8c6d2ecc3f74ee0c6c95beeb853df946d84c65eb01 884 1.00/1.00 vMB 17
354,213 354,213 00000000000000000ead1ff865efd7bf3dcb327cdf196a9e9dc50da2ae20f4ab 570 0.75/1.00 vMB 12
354,212 354,212 0000000000000000129d5914284ea60aac69c978b4fcc2507b1236e769c2a7af 944 0.99/1.00 vMB 11
354,211 354,211 00000000000000000abffe9efc4bee28a549fb07a2d76ae2e7fdddbdfb596245 1,309 1.00/1.00 vMB 20
354,210 354,210 000000000000000008b3f291238f8437ba555e0fca3f9b1e96ff34c58ecb1e12 1,969 0.75/1.00 vMB 40
354,209 354,209 0000000000000000169589743921f8b16c98298f8fbfcd7723002cd1c2329635 1,884 0.75/1.00 vMB 37
354,208 354,208 00000000000000000e4653505189999a863ee4e347012c50c3da2ae38aa3f63d 1,447 0.75/1.00 vMB 22
354,207 354,207 000000000000000005ed2e0bb87d8b72455a317818faae1ec16b1e7b9bba826b 1,414 1.00/1.00 vMB 22
354,206 354,206 000000000000000007dffbed8bd39857339cc13fcc750f0ffa97280e5d87040d 1,835 0.75/1.00 vMB 36
354,205 354,205 000000000000000010eff0c525cd5f4a1cab401f562ae05b6620f5f5bd20751c 1,154 0.75/1.00 vMB 24
354,204 354,204 00000000000000001091ef1419848e9ec4463321bac1bc85b9f4f45b1914c411 128 0.12/1.00 vMB 15
354,203 354,203 000000000000000016f6507dbc96ee6f3a7539a7396525c2e3912be467c1889c 1,875 0.75/1.00 vMB 34
354,202 354,202 0000000000000000017fa7ebf2be4aa7f00d3df69528ed15f9ff2995e3e0420c 1,121 0.35/1.00 vMB 44
354,201 354,201 000000000000000000bbaa23409492ee804346880b3f90ea3c3f025e62783444 407 0.18/1.00 vMB 25
354,200 354,200 000000000000000009510b9c6a6f862561b98f8291f27f0da9b953632d221b5a 967 0.56/1.00 vMB 22
354,199 354,199 00000000000000000d70593d673965ae45e03d76cb01eb3370e59e37fb9bd9e5 512 0.15/1.00 vMB 51
354,198 354,198 00000000000000000017e1b16f68a1fc10f4c21982a164a08d2d33b5dc1c75b4 800 0.43/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.20 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 654.09 GB
    • Received: 14.10 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.