Loading Tool

Explorer IconExplorer

Memory Pool

78,511 transactions
29.44 vMB
0.06861269 BTC
Random Selection Loading Transactions
Max Size: 176.94/200 MB

Candidate Block

Mining Attempt 7e0aa1756cad96fefd6809900d503b9deb281c537a1e4f2d4d4e9a26a1f12e58
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 32a8bd9bdfc183c2d3d74f48c2d4f53f917207f78f9fa818320ad43f62e51f35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,964
Size: 1.00 vMB
Total Fees: 0.00878951 BTC
Feerates: 150.93 > 0.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (355,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,758 559,758 0000000000000000001191455cecd563d15c88aa419d58b852f0c14b94c7c19d 908 1.00/1.00 vMB 78
559,757 559,757 0000000000000000001388ac6588fe525ac4517e2b0a255c84cfb0b0a2e94798 2,997 1.00/1.00 vMB 26
559,756 559,756 0000000000000000002da8471adab22afa104d1376e0820b8337aa85c9142805 2,952 1.00/1.00 vMB 27
559,755 559,755 0000000000000000001d93e52937dbe8bfc577aec4c8ea4a437317609d309403 1,995 1.00/1.00 vMB 12
559,754 559,754 0000000000000000001f939bd75bdc2b2d7f5bf9ab5d15a0a0e3882282160cca 2,517 1.00/1.00 vMB 20
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
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.