Loading Tool

Explorer IconExplorer

Memory Pool

80,744 transactions
30.15 vMB
0.12253402 BTC
Random Selection Loading Transactions
Max Size: 180.88/200 MB

Candidate Block

Mining Attempt 57446fdd05ed37ff863b3847a1f6b3da250541e4d6ccf8c0c354c7c4865ddda5
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 98fb02a4ba9e54be9e9b567ea9c330e2653a17612bf5f4b4f28310ca45840700
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,491
Size: 1.00 vMB
Total Fees: 0.06078746 BTC
Feerates: 180.34 > 6.09 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (150,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,686 764,686 0000000000000000000680cc31d2f276a919e562d53eb8cd6c5d77963aa39e37 3,356 1.00/1.00 vMB 42
764,685 764,685 00000000000000000004253bf69b3cc9655f24cf0c1ff12eaf26bebd219937ec 2,183 1.00/1.00 vMB 40
764,684 764,684 0000000000000000000101f3cccbddc52f0b98516f75cfb42ed9ed40e9c5a765 2,620 1.00/1.00 vMB 9
764,683 764,683 00000000000000000006764918febaf7bd5df6a69161195d3cc4c8b7b2dc4728 3,081 1.00/1.00 vMB 32
764,682 764,682 000000000000000000075bbbd8bbed987e98816f48ec4aa2a3dc821092519854 3,167 1.00/1.00 vMB 25
764,681 764,681 00000000000000000004c06d5184c626d4ada1627e558b34e70ad27c85609c1c 3,526 1.00/1.00 vMB 39
764,680 764,680 000000000000000000074cd765cea875d6a81ab0e50f47c2fdb8d8baed46fc6c 3,437 1.00/1.00 vMB 34
764,679 764,679 00000000000000000005cbfda10ba5a100bc883b3e97e3472e94879635496a08 3,517 1.00/1.00 vMB 33
764,678 764,678 00000000000000000002e65683cc2768a2aff7d1e9b632c5538ba29ac0c48286 662 1.00/1.00 vMB 10
764,677 764,677 000000000000000000065f14444d83d81ad750e66637d18d903cb392d9f9c45b 1,377 1.00/1.00 vMB 15
764,676 764,676 0000000000000000000724a3f1252b350a6bd0918a6929d4dda5f25ead7af2f2 2,157 1.00/1.00 vMB 12
764,675 764,675 000000000000000000021c5031bc963efde9adb7a6b84c3b5d8cc9a054baf04a 2,879 1.00/1.00 vMB 29
764,674 764,674 00000000000000000002a135902dca86ae0b8368467cfead332c8584951a42a8 2,319 1.00/1.00 vMB 38
764,673 764,673 000000000000000000033bdb923033af7e10a6b75affb1d7ea6ac28ef1f028e0 2,385 1.00/1.00 vMB 25
764,672 764,672 000000000000000000060423d0b0a219292b7af1bee0ad1fe7d0565db5f95dce 2,476 1.00/1.00 vMB 18
764,671 764,671 00000000000000000006047e0130b6ce0aeaa1390c307154d27fc17e77ae0610 3,251 1.00/1.00 vMB 32
764,670 764,670 000000000000000000015667a5af9373d5bda747ca3a6386a771b30b5bad7fd2 2,710 1.00/1.00 vMB 37
764,669 764,669 00000000000000000000979448c1b39abff99bdbb86f2c6e84866b9d801b5ef1 144 1.00/1.00 vMB 6
764,668 764,668 0000000000000000000328076dfb8ed1cdb74cc786d8f05e9117f87302d38a00 1,898 1.00/1.00 vMB 16
764,667 764,667 00000000000000000005f54c0424b02aae216ee61e600ca2d31b5bcdc2398788 3,189 1.00/1.00 vMB 34
764,666 764,666 000000000000000000016e5ef6b2d316dcbfe4fa36f77f0c2115a59be88e8e16 2,253 1.00/1.00 vMB 20
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.