Loading Tool

Explorer IconExplorer

Memory Pool

80,766 transactions
30.16 vMB
0.12264577 BTC
Random Selection Loading Transactions
Max Size: 180.91/200 MB

Candidate Block

Mining Attempt 3b6c08ea70bbd55f6afbb0db259c275e91ebd9830e2875393a92622c722fbc8f
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 80091e3256741fb17e5aaa577820feeb12616b3f50f499c568abcd351ca418f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,474
Size: 1.00 vMB
Total Fees: 0.06094454 BTC
Feerates: 180.34 > 6.11 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (795,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,765 119,765 00000000000068b6617f89c143b0f481ed6b66e019618955b01a4f653ceae76a 12 0.00/1.00 vMB 308
119,764 119,764 0000000000006eaef17bf69fb743c3d426f44ba19f087e8adf826e2da60630e9 11 0.00/1.00 vMB 0
119,763 119,763 0000000000008b27f5173b9d1cf00c0b169a3b1ec09e46e2db2a04638adeecb1 11 0.00/1.00 vMB 0
119,762 119,762 000000000000786b41a2098dc5b67e48c9ec1a51183044c99ec3ffea43a1dae8 15 0.00/1.00 vMB 453
119,761 119,761 00000000000018ecd69d4087d07d9deebcf17396b86a3781799d1c4e55261e4b 40 0.01/1.00 vMB 1,527
119,760 119,760 0000000000005759301d166ba05afdc5de4e2fa406eba9e5a5964d19c7852602 12 0.00/1.00 vMB 1,386
119,759 119,759 0000000000006ac5d75e43175a10acf2b233dbe8f1562085e652e6c348ce337c 11 0.00/1.00 vMB 0
119,758 119,758 000000000000608f9fb7e4f2312c45d7ac7177ec48c8024fcdb233a096eff710 22 0.01/1.00 vMB 1,101
119,757 119,757 0000000000009e9bd798771179a9ab00d9d3240881d3558dfc1786610f189301 1 0.00/1.00 vMB 0
119,756 119,756 000000000000ad3a3bcb8acb0aa45076637cccb9e5ac73ca8e52035ac188e7c8 3 0.00/1.00 vMB 3,875
119,755 119,755 000000000000077964c414cdc76f1a00c3e05bae49ac6c36f2584448598adcaf 10 0.00/1.00 vMB 1,138
119,754 119,754 00000000000070a3bc40a9f619dd7c72a3b02b88c659668219a7624527f5dc73 12 0.01/1.00 vMB 240
119,753 119,753 0000000000001a5421fec006602a410be2eed6f12fcb9de0e1d0e65bdaf2768d 8 0.01/1.00 vMB 147
119,752 119,752 0000000000004fc1ded3ef4d94356dae118517be07f597ca6da57b9af50f4b22 10 0.00/1.00 vMB 0
119,751 119,751 000000000000967704b3caa6cc0ef44f244ad0da6a34e79e9bef5b46c4a5267c 5 0.00/1.00 vMB 362
119,750 119,750 0000000000006a727b5687c894bf5a9a4706c7de5b56dc7f843af93424201cff 10 0.00/1.00 vMB 339
119,749 119,749 000000000000704af3c8f6b34e6f783fb984389ac90c6589ce3603847dbfc3cd 8 0.00/1.00 vMB 0
119,748 119,748 00000000000023fad8ebaec5288c9c08842891f7f2e65ecc7ac5063109d4e0be 11 0.00/1.00 vMB 290
119,747 119,747 00000000000084d858ac73a2524929e19435b1a941f51e38cd6b162fc15483b8 18 0.01/1.00 vMB 636
119,746 119,746 0000000000006f7b4a831df9996496ae524b2c52138d5cd3e49b6da1d738a95a 8 0.00/1.00 vMB 0
119,745 119,745 00000000000094955751cccaba4e82a0607fea49ce1a83c01daf98720892b3f4 3 0.01/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.38 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.48 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.