Loading Tool

Explorer IconExplorer

Memory Pool

84,199 transactions
23.08 vMB
0.06785489 BTC
Random Selection Loading Transactions
Max Size: 155.37/200 MB

Candidate Block

Mining Attempt 5cc3c5d104021672ffb443d1d913aef0abab2eb6be77d126b5b10a20d8b3f0c9
Version 20000000
Previous Block 00000000000000000000d0052148471d18aa291e50ee39ce61edd86b9a3c55b0
Merkle Root 58753511030da19dc6bac1d699dd6520af68ac826468379f53ff96a52ff38ce1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,051
Size: 1.00 vMB
Total Fees: 0.01611862 BTC
Feerates: 206.19 > 1.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,878 (914,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,084 1,084 00000000279454a36be308b8643fa0a0f9c7785b402efcf7ac42d165d402cc94 1 0.00/1.00 vMB 0
1,083 1,083 0000000080531d52d3c5d4b517a81ae1a10b958b93c0c17f10754da0c638e362 1 0.00/1.00 vMB 0
1,082 1,082 00000000b9f66944817ba67b775004d0db2b3590d2babdd53336e71dbc390f58 1 0.00/1.00 vMB 0
1,081 1,081 00000000a748cbe2ec8fca05e61699e970173ab54dd13737a69a514fce64c3ee 1 0.00/1.00 vMB 0
1,080 1,080 000000006327405c513ba8016d62aa8963ba59f81272b2cd4d16b1a5f9b16ee7 1 0.00/1.00 vMB 0
1,079 1,079 0000000008d501c0bdaa3e966c59110a18546369e7ddd2bb81a7193b98769aa8 1 0.00/1.00 vMB 0
1,078 1,078 00000000121ff2e837d00ccb1386835bc0855e20947d8f6af17201e2bfa8e1c9 1 0.00/1.00 vMB 0
1,077 1,077 000000000c11ba5cfa026e90b9fffcaf873c9182e533d40191f6f3073a95faf8 1 0.00/1.00 vMB 0
1,076 1,076 00000000adf54d02a4f99f8dda409b1165e927c09dfc6242f36d2055c6b6c817 1 0.00/1.00 vMB 0
1,075 1,075 0000000057463cd166551836e83b001d8046cf2863631a45896d0440d9bb0b74 1 0.00/1.00 vMB 0
1,074 1,074 0000000022a6e7d05ed7bbbfb7cf21c9a8fbb4d9e8deea84ae4147662b3a5815 1 0.00/1.00 vMB 0
1,073 1,073 000000007992ee161457c2a991db0f76708a88eb7f3011c5e306545eadf93192 1 0.00/1.00 vMB 0
1,072 1,072 00000000e6096f3db08fb6e0d3d92f102226edded2754c9e3aceef1b366dbdd5 1 0.00/1.00 vMB 0
1,071 1,071 00000000aea67f6e8f83a643ddd9ec2b7793a8472bf5bc9a41626edd08e51160 1 0.00/1.00 vMB 0
1,070 1,070 000000002eee7842ec8bd6950e8173bcc056509423a9154b504a5b37e0a1d657 1 0.00/1.00 vMB 0
1,069 1,069 00000000db89c622e0fd700f8849c5f68015ff4ae58b9be410a21da81edd1400 1 0.00/1.00 vMB 0
1,068 1,068 00000000205733cf2849ad94758525c1086e7f0908cd28329aab7c4d71030e79 1 0.00/1.00 vMB 0
1,067 1,067 000000000037504b6bdd57439970d748eac0f091945f8b12373e83c1bbc46c79 1 0.00/1.00 vMB 0
1,066 1,066 00000000fecd0d39a38004fd68f750df914176ce5f7096f10d40f92451692b3b 1 0.00/1.00 vMB 0
1,065 1,065 00000000901629857911af89940f25968fed60168ecefe3f843ea98ed604032d 1 0.00/1.00 vMB 0
1,064 1,064 000000005e122b0170381a09ecb22a7bb188a4a20fed31eb7ae5f498872a7d28 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.89 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: 795.71 GB
    • Received: 22.15 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.