Loading Tool

Explorer IconExplorer

Memory Pool

41,907 transactions
30.51 vMB
0.07341783 BTC
Random Selection Loading Transactions
Max Size: 154.46/200 MB

Candidate Block

Mining Attempt 2c936b9cf550f4e0a26d4928f196c148e716c7bb72948ad66547ae7259be3efd
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root e29ee28380975c39036d6bb1ecf766a0b71197e74a2cdde24f85334f82e70921
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,797
Size: 1.00 vMB
Total Fees: 0.01230625 BTC
Feerates: 99.50 > 1.23 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (796,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,551 117,551 00000000000030955833f2bc7e61aa8541e502039292dde577656a544bb9ba7c 2 0.00/1.00 vMB 0
117,550 117,550 00000000000032d988280de054946e854b75d11ff3a679c0cbaab845bae47b40 6 0.00/1.00 vMB 1,689
117,549 117,549 000000000000a1fa5d6ae9fd4781be5f63a6538f125a7f99261faf871ec2873b 8 0.00/1.00 vMB 969
117,548 117,548 000000000000c76d7b18a69ad911e4d6bc030b7bc46d3c791f56667f38e30bdf 1 0.00/1.00 vMB 0
117,547 117,547 00000000000087a7fd62c4315341eed513baee421ab851ab8ae23ab6e1800d38 14 0.01/1.00 vMB 571
117,546 117,546 0000000000005452b2bfd2b0e28b4974dcd69f092c9226a93978b42e067ad05d 10 0.00/1.00 vMB 1,743
117,545 117,545 00000000000044361fffd70cd779f6086244a0f6cc3bb746b07ba051dfa00463 10 0.00/1.00 vMB 397
117,544 117,544 0000000000004b1c7fdf2157fcf22ae6c300b2b13b7e1b052de208a998dee96d 16 0.00/1.00 vMB 252
117,543 117,543 0000000000004705a48688c8169affd564b68e4a23cf6b546249d59875a73d89 11 0.00/1.00 vMB 0
117,542 117,542 0000000000002f1520ce4ea68b2b307dc0431c9071df63202ab19fef79544402 21 0.01/1.00 vMB 500
117,541 117,541 00000000000084dd4dd75ff9b8d33546b55cb5109cae6d91f3103d02cc66cd45 9 0.00/1.00 vMB 2,945
117,540 117,540 0000000000002d07fb85f70dbb195f94213dccc400f1e1b5081c0295247e1c45 9 0.00/1.00 vMB 341
117,539 117,539 00000000000037ada05e1058bebd7980b1b78ccda56de820fa15a884602d972a 5 0.00/1.00 vMB 1,057
117,538 117,538 000000000000b0190d905c2fd72303b8234eb603047ff10d0e0b8ffa9faa5840 7 0.00/1.00 vMB 1,306
117,537 117,537 0000000000004e8f611a87e7c3498da7fbc164badc5b18a9e9e640662af3ffaf 7 0.00/1.00 vMB 553
117,536 117,536 0000000000001cbd5a4642624a359e5443c08cefb8112f06bb6a3e2cff139c29 10 0.00/1.00 vMB 569
117,535 117,535 00000000000084bb68260e9268232cea86fbc6fd38a78d31a7728b4bb9e1b50b 19 0.01/1.00 vMB 812
117,534 117,534 00000000000089ab7c61c548f53d455c6504db30b2fb22f166a3e6a1beed4711 13 0.00/1.00 vMB 0
117,533 117,533 00000000000058f625fd36a8d2e39b3c02ed8b5be80ae5a1d7171627f304348f 7 0.00/1.00 vMB 319
117,532 117,532 0000000000003c0ebdcae510f11a9f8501a4060182be3831a4db751e6de77b0a 11 0.00/1.00 vMB 0
117,531 117,531 00000000000054a5217a2281b1636af8cf68523a3da031c250210de44348a7d7 13 0.00/1.00 vMB 2,339
Previous 10 blocks ↓
Total Size: 781.43 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: 609.03 GB
    • Received: 10.67 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.