Loading Tool

Explorer IconExplorer

Memory Pool

74,720 transactions
28.78 vMB
0.07553240 BTC
Random Selection Loading Transactions
Max Size: 170.40/200 MB

Candidate Block

Mining Attempt f9359359c7bceb4214e243f1b4c675cd24d5c4363dddddfa46df5efddfde641b
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root 2870570917875dd815b9527c6cc265cd658e3726b4abda2f6b77e61e2a3e1178
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,964
Size: 1.00 vMB
Total Fees: 0.01686975 BTC
Feerates: 100.29 > 1.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (355,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,753 559,753 0000000000000000000b12568113525c27de32561f5edda61c2972651c1b2cd0 2,094 0.73/1.00 vMB 12
559,752 559,752 0000000000000000001ef1613bd0e46014f14a6a18548e0db333a0b471f40a12 2,006 0.80/1.00 vMB 8
559,751 559,751 0000000000000000000237624b28e0748396c55a0026c8a981500763e81da24c 2,271 1.00/1.00 vMB 11
559,750 559,750 00000000000000000005b5f190f5a55156ff4a226947d0589921a2be48f19119 2,450 1.00/1.00 vMB 4
559,749 559,749 000000000000000000282bc67d6b81f7b99d74b4e71ca61f095833c2ee180c92 1,880 1.00/1.00 vMB 17
559,748 559,748 00000000000000000006852af327a98c5c8f81aac53c802fa13567b5acd10d58 3,048 1.00/1.00 vMB 28
559,747 559,747 0000000000000000001bd1fb22e079fc986c9fc116c3e7f5388206b4af812a84 2,773 1.00/1.00 vMB 14
559,746 559,746 00000000000000000024841360999621388da2b1915748770d6bc032e3dae215 1,414 0.60/1.00 vMB 15
559,745 559,745 000000000000000000017e4823d5d042a2ace45d1f160daebc24a752f1a12d13 499 0.25/1.00 vMB 16
559,744 559,744 00000000000000000023440435540e37b5da98c6f7dacf01d6910183eb41489b 2,454 1.00/1.00 vMB 10
559,743 559,743 00000000000000000017b762584c2e48a8f80855d8f954d90584d9bb4e7320ef 1,415 0.61/1.00 vMB 11
559,742 559,742 0000000000000000001f4c3873ff3220ef1bba9fa1f3bf49aebaf754b917bfcf 1,709 0.60/1.00 vMB 6
559,741 559,741 0000000000000000000e7f9179013d587276f04fcdafee72f5f8baa6d6e174d9 2,538 1.00/1.00 vMB 12
559,740 559,740 000000000000000000223836754f6c36d030ae17358b799e3dfab0fcb1f5e3fd 2,624 1.00/1.00 vMB 22
559,739 559,739 0000000000000000001a9f7380f1b72ba88c754e6774244294e18ffcef4509a2 2,623 1.00/1.00 vMB 12
559,738 559,738 00000000000000000026d336e9e04b87ddeffd304bb178dcfa49fd7dc09fa16d 2,900 1.00/1.00 vMB 19
559,737 559,737 00000000000000000015ec772a2e1f4c0d9c30ffec8f91b9e6fb13a3f97b549a 564 0.20/1.00 vMB 15
559,736 559,736 000000000000000000004168b1f8d51e60e0cf75440d11a25533244d55b85e22 1,318 0.48/1.00 vMB 15
559,735 559,735 0000000000000000000d7a82b247b89d5eabe87e391e02075ee1b2c80e47e18a 1,522 0.59/1.00 vMB 11
559,734 559,734 00000000000000000024013919d339a9190b0f6f662f323e69d5144b54b78dea 1,689 0.68/1.00 vMB 17
559,733 559,733 0000000000000000002a2d2ba0bde58546b380475ce12743a405b5f91cb673a4 2,172 0.95/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.46 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: 667.93 GB
    • Received: 15.32 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.