Loading Tool

Explorer IconExplorer

Memory Pool

26,111 transactions
27.58 vMB
0.05711332 BTC
Random Selection Loading Transactions
Max Size: 131.83/200 MB

Candidate Block

Mining Attempt 5e02b6b6b46dbcef3f886967bd9489e814d32c91b8bd1537bcbdcfa23e707ee8
Version 20000000
Previous Block 0000000000000000000027f10646a10b5efba6c9534cb2ab75fde3381e97b9ae
Merkle Root 8fb71896e50c03b6466fca702b8528650ad823d1fdaf6a2de8d4c019a395e7de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,907
Size: 1.00 vMB
Total Fees: 0.00430110 BTC
Feerates: 6.62 > 0.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,500 (351,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,796 562,796 0000000000000000000192f09e0a395b2fbf2fdbcef810ca1e7ffea15917aec6 2,890 1.00/1.00 vMB 22
562,795 562,795 0000000000000000001cbe9f8cb229cb6d74d42c8686bdef863cfc0186acbdf3 1,646 1.00/1.00 vMB 28
562,794 562,794 00000000000000000007918dfbb64d3932eecd7f870ecb584db4dbfc78a9b718 1,366 1.00/1.00 vMB 37
562,793 562,793 0000000000000000001642cb2d876c123a6c446151edb844bbf184e612316419 2,873 1.00/1.00 vMB 36
562,792 562,792 00000000000000000024c419138a04217ebb2e7f0cac9b23c6cc110bb0fc4301 2,965 1.00/1.00 vMB 38
562,791 562,791 0000000000000000000dae6d6fa5272ad4277855b04bfce65b1e4493b33e56af 2,871 1.00/1.00 vMB 55
562,790 562,790 0000000000000000001c6cb8222226b63f0623ca7a8b7d760f282b0f98d8fc80 1,814 1.00/1.00 vMB 22
562,789 562,789 00000000000000000017d3a9ba37ad35449affccb8716c92c544658ef6953605 3,226 1.00/1.00 vMB 34
562,788 562,788 0000000000000000001697e3b8972f6892bb6181a6ba6d7ee1e4969cb5221abe 1,920 1.00/1.00 vMB 34
562,787 562,787 0000000000000000001a06b600103ddaaf73380540eb270b4b85d15f70f231e4 2,955 1.00/1.00 vMB 43
562,786 562,786 0000000000000000002a4886c28dac2b794e1ab110b743a27123bc4243536952 3,702 1.00/1.00 vMB 53
562,785 562,785 000000000000000000297b218e55e5a6e8d366c33021a957103d98e2d5bdb80f 2,640 1.00/1.00 vMB 20
562,784 562,784 0000000000000000002abccb9ec932018f845f9b14666040d7bbe3d11a686a8d 2,367 1.00/1.00 vMB 19
562,783 562,783 0000000000000000001bb49c7ab6a98f85faca51b7e32a9871caa1de79b83236 2,044 1.00/1.00 vMB 28
562,782 562,782 000000000000000000117f6c893914ee28367a1e6b96f3050000a5690bc99eb6 2,493 1.00/1.00 vMB 35
562,781 562,781 0000000000000000001bd41103acdf72195f67a97f5ada6813b741a50b333d1b 2,723 1.00/1.00 vMB 34
562,780 562,780 00000000000000000001835bd276e6b31b298861c9ab4e3283d522240603ac8b 3,032 1.00/1.00 vMB 35
562,779 562,779 000000000000000000062e6d6082b8701b46949891766dd3679447f86a8614f6 1,562 1.00/1.00 vMB 34
562,778 562,778 00000000000000000009af49ee725f4b523cc57a808432727d00684914f2f993 2,577 1.00/1.00 vMB 34
562,777 562,777 00000000000000000001ebc6f82b6559686c6d6b5023483bc1398a4eb8c8db79 3,054 1.00/1.00 vMB 63
562,776 562,776 000000000000000000122b048275963f9232ba1ddc5bf09f5497ac5b81e7ccbd 545 0.40/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.50 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: 612.22 GB
    • Received: 10.97 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.