Loading Tool

Explorer IconExplorer

Memory Pool

82,325 transactions
31.19 vMB
0.10342401 BTC
Random Selection Loading Transactions
Max Size: 189.14/200 MB

Candidate Block

Mining Attempt 09cd31bb01b22d0cd8cc5821860606e0f908930f5bde37e145aff32836fed4b4
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root a09facc9124bc2e2db8298d56fb6be2c934317877e41ff52d82c2e2afe8ebef0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,085
Size: 1.00 vMB
Total Fees: 0.03074143 BTC
Feerates: 318.30 > 3.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (97,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,828 817,828 0000000000000000000227c3d4743255d7bf7a10b7a6e13b53bdc3f873d197bb 3,928 1.00/1.00 vMB 145
817,827 817,827 000000000000000000018e41a38cc6e84ffc8b02eacacd8d2dd1b80dfdac3a78 5,355 1.00/1.00 vMB 83
817,826 817,826 000000000000000000010239bdcce35a93d233bc991a3d5e0acc3ab3475772ac 4,131 1.00/1.00 vMB 114
817,825 817,825 000000000000000000001f5c1aa262ce84de87a2584f627bd2933de30aa2706e 2,694 1.00/1.00 vMB 114
817,824 817,824 000000000000000000036133fc5e75e5bb3656f2aaedb6f7a06e1997e1627bd7 2,691 1.00/1.00 vMB 67
817,823 817,823 0000000000000000000242a5f45caddd2f6d44e8810ea340eb3c45c3411542e8 2,812 1.00/1.00 vMB 87
817,822 817,822 000000000000000000020f66cc3a2bc0417b4f66ab9c4eadcdff346ddb4ad268 3,375 1.00/1.00 vMB 132
817,821 817,821 00000000000000000001ef9ebb3ca163da94b8450521a4a9b5a91c974d4d8f2f 4,172 1.00/1.00 vMB 113
817,820 817,820 0000000000000000000456d461b9082dcd98c750a912cb7d7a6512072ea40a27 3,436 1.00/1.00 vMB 74
817,819 817,819 000000000000000000031359d3aff6ecfb95995bc9b84b079302836db45174ed 2,673 1.00/1.00 vMB 202
817,818 817,818 00000000000000000001b5cae9d6697b3383fb22749b78259ce599aa4c68d20f 3,901 1.00/1.00 vMB 132
817,817 817,817 000000000000000000038e07b5e8eaa8bd723fba908fe73019f730d4f503a049 3,510 1.00/1.00 vMB 92
817,816 817,816 00000000000000000003485455508b53323e4b98946767c3cafee75880da0067 3,329 1.00/1.00 vMB 153
817,815 817,815 000000000000000000004686c525babaa300632c32cd5473df720be499e20be3 1,100 1.00/1.00 vMB 267
817,814 817,814 000000000000000000010fef3f83140e9f9e035044d8627cf103c7c10a8de489 2,936 1.00/1.00 vMB 230
817,813 817,813 000000000000000000036c51ce9de854b7b145d9eab3c94d33d96f0caa4a85e4 3,371 1.00/1.00 vMB 124
817,812 817,812 00000000000000000000f29cb5f79a1842dc046692eb4400f5d7a05720af00e5 2,119 1.00/1.00 vMB 204
817,811 817,811 00000000000000000002b8e4f400e53d9b93bc9ba125c508742513432c1a46ad 3,499 1.00/1.00 vMB 75
817,810 817,810 00000000000000000002037fda2646802c77c3bf25a64cde5fb97588a3a4fed5 3,899 1.00/1.00 vMB 69
817,809 817,809 00000000000000000002b64d0f79500dbcccb7308cf01149369ca0b0c18319e5 4,133 1.00/1.00 vMB 110
817,808 817,808 00000000000000000003908618c8e82c5ad8e48dd5b1f41263674e3f86ae090f 3,579 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 783.00 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: 718.44 GB
    • Received: 17.90 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.