Loading Tool

Explorer IconExplorer

Memory Pool

84,158 transactions
31.39 vMB
0.09591559 BTC
Random Selection Loading Transactions
Max Size: 191.70/200 MB

Candidate Block

Mining Attempt d78fd1485ffcb03c5026736fa4db192b6c9fab751823beb6b27541537f2868af
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root 7aaddd99d52de708b9b067d9d71e7026e0196bf13fb463e6824a4272e8f9582f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.02401748 BTC
Feerates: 150.77 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (308,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,078 607,078 00000000000000000005e30520fc5feb3314e6a1fb7f59933ed23c051e678359 590 0.19/1.00 vMB 15
607,077 607,077 0000000000000000000a825f48fbd6ebfe5a0c7d15f3357d092fc5ff77949e79 339 0.13/1.00 vMB 14
607,076 607,076 00000000000000000011c680ac76ad0625b427545e97059c1135d73dc63c5bf8 954 0.37/1.00 vMB 21
607,075 607,075 00000000000000000003d22ef23f924c446d9e827f67396613da08cf39b9dc61 1,268 0.39/1.00 vMB 2
607,074 607,074 00000000000000000011cf257cbd0b86cf04b9e1aa0c461f099b116c8a842597 2,722 1.00/1.00 vMB 11
607,073 607,073 0000000000000000000fcd35b283b1b60e382d9f5aee89155513c2d3bff140f7 2,741 1.00/1.00 vMB 27
607,072 607,072 00000000000000000001200bd3350ee8bd5ccbb40ff3b6751fab3f872276c7f9 447 0.23/1.00 vMB 4
607,071 607,071 000000000000000000137d0f5abc98d44e41459da2ee473408cec85ab2d72d57 2,607 1.00/1.00 vMB 4
607,070 607,070 000000000000000000007946be8e1ac5bc5eb94f05eca4dcbf502b3d5e58a320 2,585 1.00/1.00 vMB 6
607,069 607,069 00000000000000000009f71af548927da8e64ce3bad82960c1a0fa4c138815bc 2,781 1.00/1.00 vMB 10
607,068 607,068 00000000000000000002ca19d6d097b670777b29483f9400d2873b1336a591b9 3,150 1.00/1.00 vMB 28
607,067 607,067 00000000000000000008dc07079dc7649636a1a6e127f422a7b617edc15dfd90 2,779 1.00/1.00 vMB 9
607,066 607,066 0000000000000000000556bf387e8eb38206dd9cc2021d4f9ad4fdefc0fc73fd 3,283 1.00/1.00 vMB 31
607,065 607,065 000000000000000000101d9e2c8c214b7acae66cb18369550b7a1485bae44c3f 2,697 1.00/1.00 vMB 11
607,064 607,064 000000000000000000119e92a1f4f4a5aeae70b9b2f7f45e47a27052279ace45 3,220 1.00/1.00 vMB 27
607,063 607,063 0000000000000000000bb131095569d05076701fc710715e9b3e12a8aac4e8db 2,420 1.00/1.00 vMB 21
607,062 607,062 000000000000000000075a02b89a4733073a07119b9b396fdb905124e9c1c7e4 2,853 1.00/1.00 vMB 36
607,061 607,061 0000000000000000000bbaa2dd12b456f322fc5dc79cfd42e846256dfdae18bf 1,122 1.00/1.00 vMB 5
607,060 607,060 00000000000000000011a6637def35a7e47f9e138b33f412ab57b9c132556332 943 1.00/1.00 vMB 11
607,059 607,059 00000000000000000013f596876a7611a9e9a5899a9f7906d93544c4bfdd9e4e 1,726 1.00/1.00 vMB 12
607,058 607,058 0000000000000000000dd90606d61d3d5d66dd0a4957641ec93b918399f2d140 2,208 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.97 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: 716.10 GB
    • Received: 17.78 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.