Loading Tool

Explorer IconExplorer

Memory Pool

37,811 transactions
19.62 vMB
0.09305016 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 107.37/200 MB

Candidate Block

Mining Attempt c39384f1f291de37ceb737b52804c8611bca297698c324e5322ad38caf177d6a
Version 20000000
Previous Block 00000000000000000000c12df07ff2559c79ae854d2e90581fb0dc800ce4d302
Merkle Root 98654e69836e66dfc0861da1d13462c101b3d10ad93dc5352785c363e773d779
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,829
Size: 0.997971 1.00 vMB
Total Fees: 0.05293385 BTC
Feerates: 502.62 > 5.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,847 (773,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,091 140,091 000000000000073f0d9d16e3df4c87f21670fcdba939f732dccef104f5189a6f 8 0.00/1.00 vMB 106
140,090 140,090 000000000000051f8a2a0c4ec81f600d55058357452a6ae42af55615cf69f405 55 0.01/1.00 vMB 10
140,089 140,089 000000000000003910cd5b875eaff790fc5ad07c17a8243a6a55323ec394f45c 9 0.00/1.00 vMB 394
140,088 140,088 000000000000050a81140a573924911bb9cafd93e00d6ead68a60862854e55d4 10 0.00/1.00 vMB 357
140,087 140,087 00000000000006e76b195350a26791687c9b16f9da244c1df179550930ab536f 12 0.00/1.00 vMB 0
140,086 140,086 00000000000005842dc530fe8a2149717c96b35161234085e5d1af72a628370a 17 0.01/1.00 vMB 133
140,085 140,085 000000000000067bf90dac4623982f483ad7fff21c907119e616b93671193e25 118 0.05/1.00 vMB 228
140,084 140,084 00000000000001e0bf214d521e3d1bc191e525fdd734ce8d9d68c8d18d52187b 22 0.03/1.00 vMB 675
140,083 140,083 0000000000000430f919c22ee5ca3ed709da30d5c10bd0d53c6ac8a878db3dcb 60 0.04/1.00 vMB 226
140,082 140,082 000000000000083d2d4dfd065b84fc5f55726d0f8849604c33c69881a4dec538 158 0.05/1.00 vMB 12
140,081 140,081 00000000000001f5f8c93bd9946ced993a8b4232bebfbaa8003e22f535bb7dc0 11 0.00/1.00 vMB 1,044
140,080 140,080 00000000000004fb067c48763287723ba405865cd8f14e9fde1a991dea1f9c02 12 0.00/1.00 vMB 35
140,079 140,079 00000000000001a1a3c6824324dbfaa925d95180951a7ef1c7bb77fe62e62524 109 0.05/1.00 vMB 266
140,078 140,078 0000000000000346c8181a97190414111d59ce38231520c7009e543b72cbea34 21 0.01/1.00 vMB 377
140,077 140,077 000000000000024d68ae535204e2515b72d54a8d163b9440d21988879a3bc46d 29 0.01/1.00 vMB 95
140,076 140,076 000000000000044214dea96f9a9a4cd15c29266816c7cc77d84f0541dd750302 28 0.01/1.00 vMB 698
140,075 140,075 00000000000006e8fb49c9caaca75f92ce605245456a90ff943efbaa7b37094b 13 0.00/1.00 vMB 0
140,074 140,074 00000000000003d517473eab7f6e4297ba8eed6c13bc0d30d157a5d7e4093f30 92 0.04/1.00 vMB 147
140,073 140,073 00000000000007e93daad14dcb2d77be0481a06c1bb9e75e3afb387c3234e3ee 14 0.00/1.00 vMB 1,019
140,072 140,072 000000000000050b229cf07ba395da3440f0e1d04c0c0cccc11d5a7813a4cdd9 122 0.05/1.00 vMB 80
140,071 140,071 00000000000004c8b3e541a5555c1dbc79c8a84791c02829384cdabeaa9e2b1e 54 0.03/1.00 vMB 337
Previous 10 blocks ↓
Total Size: 780.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 521.90 GB
    • Received: 4.86 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.