Loading Tool

Explorer IconExplorer

Memory Pool

77,392 transactions
28.44 vMB
0.09373247 BTC
Random Selection Loading Transactions
Max Size: 173.02/200 MB

Candidate Block

Mining Attempt 2d71ad0ee18ec24d7ffae785b1ad6cd4d1a050e2a92044f96e28e7701d717a6c
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 18224cf91469a5f84abf7a74d7292a41dce3570e8d55bedb49c00f4ad92f5372
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,947
Size: 1.00 vMB
Total Fees: 0.02994190 BTC
Feerates: 201.07 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (189,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
725,762 725,762 000000000000000000002309cf8050bfbce1d5cda9744366091f2dae5a8b6621 1,529 0.54/1.00 vMB 7
725,761 725,761 00000000000000000008c6412e05b63947ffc39266ffc966dd89446b51aff30b 2,730 1.00/1.00 vMB 18
725,760 725,760 0000000000000000000907143bf272e051dd1596a343d445fdc39e159be80030 615 0.22/1.00 vMB 17
725,759 725,759 000000000000000000041e39e07eefe69a84140b1020fe46b329a20ce5b74a77 2,324 0.80/1.00 vMB 10
725,758 725,758 000000000000000000090764f69492c350a07a5368ebbf0c3e18982cc3a297d0 2,140 1.00/1.00 vMB 19
725,757 725,757 0000000000000000000153199b46c468a4e4e4f4088cd7360fc4cf5986640b7f 685 0.72/1.00 vMB 10
725,756 725,756 000000000000000000064a9914eac74e8a95c5968936a4f7c33f00935da455fe 2,371 1.00/1.00 vMB 16
725,755 725,755 00000000000000000001885d61a295ed0f1daffc8a9a3e7866dcd87d34dd16e5 788 0.35/1.00 vMB 13
725,754 725,754 00000000000000000008798b7a72ba4033968a36713ab7c8f36a5b02151b5b8c 2,331 0.97/1.00 vMB 8
725,753 725,753 00000000000000000002d6aaff26b1e73249a8b2e704c9c2fd8bb03a816d203e 3,256 1.00/1.00 vMB 10
725,752 725,752 000000000000000000002f7513d27fcb484a7d5a27411e8c534810f2312660c4 2,542 1.00/1.00 vMB 7
725,751 725,751 00000000000000000004dd3f5b6a5ba5217395bc878c8d4017b503495f7220d8 2,582 1.00/1.00 vMB 25
725,750 725,750 00000000000000000007c133a0665c9a1b95687008c2cf75285a7abc0ecef3c1 2,863 1.00/1.00 vMB 17
725,749 725,749 00000000000000000001912ac91e344f7e517e15a3f298edf0307f77d0f805ae 3,045 1.00/1.00 vMB 36
725,748 725,748 00000000000000000000c25f65b2a6ef6834b334e8067529ff088d6db43f1bc0 2,203 1.00/1.00 vMB 24
725,747 725,747 0000000000000000000331f09a6583072ad53bc26b96879c5a156acf0dd82c63 584 0.26/1.00 vMB 15
725,746 725,746 0000000000000000000159ccbc7ce62ba1f7f82f42de83a7fefbcfee8327253d 1,881 0.93/1.00 vMB 16
725,745 725,745 000000000000000000041cefb3b4e0cda5272e01e18c5ec938bf28b745613e42 626 0.75/1.00 vMB 4
725,744 725,744 0000000000000000000185ab0e39dbfdefd69efcd2ab0b9f4a5ec581dd87b2f7 1,997 1.00/1.00 vMB 13
725,743 725,743 00000000000000000004fa8c57512c0c96e50a05163e0d3b26f6deec96440658 1,481 1.00/1.00 vMB 8
725,742 725,742 00000000000000000003078077d2444accce865eea91627e710d8320c120c3e9 1,272 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.