Loading Tool

Explorer IconExplorer

Memory Pool

81,373 transactions
31.57 vMB
0.07471896 BTC
Random Selection Loading Transactions
Max Size: 191.77/200 MB

Candidate Block

Mining Attempt f2637df4e19abba651eec057464b832ebeb1ea00fb201c41f96360bb46855349
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root db2c1429918f86f644496d754a6f7a67c5fd77ee80a91d3ba849b456377868f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,396
Size: 1.00 vMB
Total Fees: 0.00590036 BTC
Feerates: 73.20 > 0.59 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (434,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,844 480,844 00000000000000000077346214089a8073d729a5320d00e0714538f1fc1746de 2,418 1.00/1.00 vMB 207
480,843 480,843 000000000000000000d0a2a965e0237183c185ff56c29f261de331e219d0caf9 2,166 1.00/1.00 vMB 301
480,842 480,842 00000000000000000072119a527c968ce64e773bdea927bdeb29a3d56dafeed8 2,253 1.00/1.00 vMB 325
480,841 480,841 000000000000000000143872e84ac3d16336323a1465c7a72a881529e3521c3c 2,038 1.00/1.00 vMB 207
480,840 480,840 000000000000000000e79f7e81792c5b9905d86d50b93fe5c08422f103f0135c 1,138 1.00/1.00 vMB 181
480,839 480,839 000000000000000000ae18273c6d4b1a95fb41cbeab37a20a3c074970eb0da83 1,885 1.00/1.00 vMB 221
480,838 480,838 00000000000000000093a9f69c2b7cac0e4c5be5a4206628f821469fdd898318 1,966 1.00/1.00 vMB 273
480,837 480,837 000000000000000000c4b38b6969f99a7f844a8e04115fac6bd8be50d9e9f757 1,568 1.00/1.00 vMB 207
480,836 480,836 0000000000000000000010ae13f6e9373ce921924d76e18d33397620d3c08a01 2,049 1.00/1.00 vMB 225
480,835 480,835 000000000000000000a730a698e208f6b0a1a079178089f27a4565b5e1a3a726 2,565 1.00/1.00 vMB 239
480,834 480,834 0000000000000000012b7b6582a3a926d590eb90c311887113e21fd5d26d8a5e 1,954 1.00/1.00 vMB 332
480,833 480,833 000000000000000000ca745a4016d1a02b95ceb7f256cf69c1dfddeece30bb48 2,511 1.00/1.00 vMB 291
480,832 480,832 0000000000000000004a2d0fabef7596dface8d30674d49b5f1b471ac2bbb8e3 2,132 1.00/1.00 vMB 280
480,831 480,831 0000000000000000010b98f82ddf2b42d8599846b1928f49331838e5c10471f4 2,016 1.00/1.00 vMB 331
480,830 480,830 0000000000000000012d180ea602a69385a44b71b78fdeeff64c623a8a71cc69 2,338 1.00/1.00 vMB 368
480,829 480,829 000000000000000001281e1ca256744cc32715ae8955069adebac223f70bb493 2,176 1.00/1.00 vMB 332
480,828 480,828 000000000000000000e9239fea2aff1dd81361719c654324a44c8d6a398f76e4 1,975 1.00/1.00 vMB 237
480,827 480,827 000000000000000000f2ec20f082f1899a233cdcc71f5b59e1c232b588c9987e 2,010 1.00/1.00 vMB 267
480,826 480,826 0000000000000000000108dc579f7ec10e0ed4678fdec32ce8a359d12ee0a751 1,033 1.00/1.00 vMB 268
480,825 480,825 000000000000000000e48f4cc468beb64b14ebc04d2b6d375cb3c984bb31f708 1,783 1.00/1.00 vMB 254
480,824 480,824 0000000000000000012a87c3add0ca5f430aa0d5ef200d2d435d1c7a9c98f4f8 2,295 1.00/1.00 vMB 322
Previous 10 blocks ↓
Total Size: 782.76 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: 708.96 GB
    • Received: 16.80 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.