Loading Tool

Explorer IconExplorer

Memory Pool

79,333 transactions
29.40 vMB
0.12630816 BTC
Random Selection Loading Transactions
Max Size: 177.04/200 MB

Candidate Block

Mining Attempt 2fffe15780e50657c7428841ad42cad4651e609f5609bf0f16f4414ac1d7cb7a
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 6cc93b5c729310a64dcd84e865291d678f0d7b0cf60715dbfd4b6cf2a8d72398
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,395
Size: 1.00 vMB
Total Fees: 0.04612558 BTC
Feerates: 150.80 > 4.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (492,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,866 422,866 000000000000000000e3a35d9e84e6e9ccac2c1d78b6b7fb06aa6e8fdbb0e478 2,513 1.00/1.00 vMB 100
422,865 422,865 000000000000000001475ad8993a38494c4bbf0aecf81233760538a4e477c7d4 988 1.00/1.00 vMB 37
422,864 422,864 0000000000000000039cb7e436b17fe52f7657ccb8c83b86ced734a632289ac7 2,477 1.00/1.00 vMB 85
422,863 422,863 00000000000000000324296aed4b8ff501adbccfd5c9c27f1f3ed1b14335ce27 1,789 1.00/1.00 vMB 61
422,862 422,862 000000000000000004372b46141d4c485a813131f14ad791ce8d82f659bb4c94 1,997 1.00/1.00 vMB 64
422,861 422,861 000000000000000001ecc2ed8d2db052860930b639f5a4a9cc83181860ed7788 1,864 0.97/1.00 vMB 49
422,860 422,860 0000000000000000018b01f207cd3be17e2ad35b975ab309557b44a4d783742c 1,882 1.00/1.00 vMB 57
422,859 422,859 00000000000000000132fffecc67d172a00d6d0ce269676a90d276e914920377 2,476 1.00/1.00 vMB 94
422,858 422,858 000000000000000005125dd5c7b23ccbcd7727f9e48bef06f2f70a8bc7869162 2,830 1.00/1.00 vMB 69
422,857 422,857 000000000000000000216611f0530d8582e3b49ccf8aa8226f9d598e6c44b200 1,844 0.75/1.00 vMB 93
422,856 422,856 000000000000000003b2022e5a590166015aa6216baecf2c192cc529de7d9c2f 2,566 1.00/1.00 vMB 103
422,855 422,855 00000000000000000106704741fb6a5b1dfb2fa4a2e4cdc483df67b47272d998 922 1.00/1.00 vMB 39
422,854 422,854 00000000000000000403472f44c24095def7c924a6c19ec112ba37768f95fb1b 1,749 0.77/1.00 vMB 69
422,853 422,853 000000000000000002b439cc3326f770d87a5fd5d3506f4d0714936bf48abe6e 1,235 1.00/1.00 vMB 35
422,852 422,852 00000000000000000282b70583b1feb1e3099f1a98b6bdc713798bc4d5b0035f 1,901 1.00/1.00 vMB 51
422,851 422,851 000000000000000002fafb8c7d1c5e0bae2b13b7d1c8a2113d9311404cbffe53 14 0.00/1.00 vMB 166
422,850 422,850 00000000000000000438dcf234b61653b9a09991c27f9508e37be78af8d6930a 2,343 1.00/1.00 vMB 66
422,849 422,849 000000000000000001169b3cb098520aaa53f600596f0ae62f8d383e01345221 2,104 1.00/1.00 vMB 68
422,848 422,848 000000000000000000f0ccde2b1199be5fec5360f20569deec5e945946f082b3 2,281 1.00/1.00 vMB 75
422,847 422,847 000000000000000001f726199a7ceceb37d9e3220cad6d1a261969f3d59c9325 29 0.01/1.00 vMB 46
422,846 422,846 000000000000000001870f23030c6d8f88fed4f6d5e70b51dbba07f519dbc8a8 12 0.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.