Loading Tool

Explorer IconExplorer

Memory Pool

31,163 transactions
25.07 vMB
0.05940175 BTC
Random Selection Loading Transactions
Max Size: 125.20/200 MB

Candidate Block

Mining Attempt 87eb3d366373c8bc0705bbd00197c146845b059259b5ca71f1de8841dd133e79
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root ae8aa5dbedcc519be5c51891c23d07dfba31ab6d6d54d2ef64685eba57e72668
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,592
Size: 1.00 vMB
Total Fees: 0.01449119 BTC
Feerates: 100.24 > 1.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (852,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
62,072 62,072 000000000ab677862d37b40a94ec3222bc432fc3158c36accd8db24993882414 2 0.00/1.00 vMB 0
62,071 62,071 0000000002e71be007236e645b1a94dbb83e533bffa79dea7937cc279c7abacc 2 0.00/1.00 vMB 0
62,070 62,070 0000000001da38b8a0e5c5c2a04ee302ec516535bc24f78af0ba722e6477917d 2 0.00/1.00 vMB 0
62,069 62,069 000000000cb27363937a34f5a4846d8cdb83b679cd27f60da35e429b0aa647fd 1 0.00/1.00 vMB 0
62,068 62,068 000000000cd9612facfe11f33845a4980f7181646539919ed6af528b56ac9ab6 3 0.00/1.00 vMB 0
62,067 62,067 000000000af1a627a7fc4a66e7d9f90cddf1dccc25f15d5c955474b70791b5ed 1 0.00/1.00 vMB 0
62,066 62,066 000000000a58d62545c4baca3b1869d920f47b2b6fff26c937312832891bcc18 1 0.00/1.00 vMB 0
62,065 62,065 000000000535c9cf8afdb30bb28c7b4a79eac9c57ed4725803359bf38d9d9f5f 2 0.00/1.00 vMB 0
62,064 62,064 00000000042bcf1717854455eb16ab6f1f0d53c941ef1b2981a1f0a19a4c11f3 2 0.00/1.00 vMB 0
62,063 62,063 000000000215ace6774e2bff4280fac3ef3f645d34754009ba078bb6a1f91b52 2 0.00/1.00 vMB 0
62,062 62,062 0000000009260e85aee849b47cba355d6fc290647e60b0253544447d81f1cc1e 2 0.00/1.00 vMB 0
62,061 62,061 000000000b779cf50979b936143f6bda5af6d7422c5e5feaecf492ff06ab61fb 1 0.00/1.00 vMB 0
62,060 62,060 000000000a54b7092b15a4c14f44900b50f32954e6eb380a7ec9ce75d280873d 1 0.00/1.00 vMB 0
62,059 62,059 0000000000839286391049e8b9e191c4a46b75ad3d40d4627d7dd7f28ddec3ac 2 0.00/1.00 vMB 0
62,058 62,058 00000000081c320c7e292f0c16bb5a8db2e885236ddb33c3c885fb7226bb4b97 1 0.00/1.00 vMB 0
62,057 62,057 0000000006ffb36cc695072f07a30fba5e407f87c5792127949ca4919fc16b9a 2 0.00/1.00 vMB 0
62,056 62,056 0000000009a988eeaec13b16e3a0538350bfb1ed17defac1179c34cac9a4acbe 1 0.00/1.00 vMB 0
62,055 62,055 000000000adaa75fc04f3f8e9f2524d6e5b9fc8484a7ffd528c3ebfca6a7daa3 1 0.00/1.00 vMB 0
62,054 62,054 00000000020925859b52c1de6bbcab431c283cd8bc5ddae81ac3798e4c120e9a 1 0.00/1.00 vMB 0
62,053 62,053 000000000005f414d1aef131daf6fe3bf81412cb06fbf22834d6cadd8b305a59 1 0.00/1.00 vMB 0
62,052 62,052 0000000000d76216e210cfc321ac25241d08b60255ca70df270a3060d9447ced 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.86 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: 642.00 GB
    • Received: 12.53 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.