Loading Tool

Explorer IconExplorer

Memory Pool

47,360 transactions
24.14 vMB
0.19415889 BTC
Random Selection Loading Transactions
Max Size: 132.63/200 MB

Candidate Block

Mining Attempt 722cab9ff09867f9700e36f9e32e31bbf5c5f122f4ee2886c625b4c878a138ff
Version 20000000
Previous Block 000000000000000000002de571b094bfff7eee2407ae753761569733a5146f33
Merkle Root 07e51cffc384558f696becfce2ec37c28aefc87d0426efe0072aa0ef2e338587
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,140
Size: 1.00 vMB
Total Fees: 0.09292357 BTC
Feerates: 301.59 > 9.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,085 (787,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,848 126,848 0000000000001510e9798a2c34b44598fff33397573f0abfb8936add93143707 9 0.00/1.00 vMB 765
126,847 126,847 0000000000002645c1e8072caa35c6b1068abd2fe020a64c09eaa8ad3a89d2c8 20 0.01/1.00 vMB 676
126,846 126,846 0000000000002effc71d57fabe94f6f233fce572e1c41122119d4736b49257af 48 0.03/1.00 vMB 320
126,845 126,845 0000000000001407d375668705bbd8596f2899d332d4ee7fa572f2fbd880655e 18 0.01/1.00 vMB 761
126,844 126,844 0000000000001c36283ae97f01fced49dfbbb61bb5153defd5809c2496dda3d3 8 0.00/1.00 vMB 1,119
126,843 126,843 00000000000013c3607295e762b9457560184ceb3f0770247dc78b95d2af0f4c 20 0.01/1.00 vMB 286
126,842 126,842 000000000000372a467bb54b039a9b20d31cba89b0e38a8f3d78b2ffb02dd3a1 17 0.01/1.00 vMB 1,391
126,841 126,841 0000000000002394c91f9357e4d8568633ce648a33bb6e17fe0ae0bfa18f4a13 19 0.01/1.00 vMB 1,015
126,840 126,840 000000000000285246c9ed264239c26ca1f0ff5206a3fba9a9fc4e1428419ded 2 0.00/1.00 vMB 0
126,839 126,839 0000000000002b60c5bc4ce0369ac769c4e47a55eb5a7f85e5540d0ceb57c3e1 1 0.00/1.00 vMB 0
126,838 126,838 00000000000010b27386c2eee1f5eaf1770ef6a6df3eeff124fb3b86eddcf658 58 0.02/1.00 vMB 609
126,837 126,837 0000000000003e2a96151e19a890fa56cd90513334cb4cf14ca51fffdc445061 1 0.00/1.00 vMB 0
126,836 126,836 00000000000003fe7e1dc5b03a79c694053f04f14ae09c743a6efb88d08aef33 17 0.00/1.00 vMB 1,707
126,835 126,835 0000000000000e29176cc31c60acabcb189ce26c808c9f087e819c4f43bbf149 46 0.03/1.00 vMB 597
126,834 126,834 0000000000001a3193b2a833668c8d0716e62184bcf4cdfefa901ecd72afae3b 13 0.01/1.00 vMB 243
126,833 126,833 00000000000014c1fbdd7342c482e3469bab74d18dc365631c439b57a05f1b54 26 0.02/1.00 vMB 0
126,832 126,832 000000000000396a5197730a30207f67871521fd1e03d9de79b9858d4cd16372 13 0.01/1.00 vMB 2,129
126,831 126,831 00000000000044168724e53088f2753cd5d7f404cbc2fda0123e0c3167f94675 10 0.00/1.00 vMB 606
126,830 126,830 00000000000002755939d37db23d6c389c0db7fce40101272e25745c9606f811 8 0.00/1.00 vMB 359
126,829 126,829 0000000000002d05f0e7788f8a97fa9486d6788fceb645ea1c35abb0cae83af6 38 0.01/1.00 vMB 1,219
126,828 126,828 00000000000027f46d979f8bdaaea1e9b1878a6c46ac4276591a2b05410f83bb 7 0.00/1.00 vMB 1,086
Previous 10 blocks ↓
Total Size: 780.74 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: 556.64 GB
    • Received: 7.02 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.