Loading Tool

Explorer IconExplorer

Memory Pool

87,337 transactions
32.40 vMB
0.14826682 BTC
Random Selection Loading Transactions
Max Size: 196.10/200 MB

Candidate Block

Mining Attempt 2542719e381e1a23f9a47901cdfd2a5de539e4dbbc37e0ce303aa0a3a20a2bb6
Version 20000000
Previous Block 00000000000000000001dd93da9c3eaf3a1586c8f21ab1c3c495e3509d02eb95
Merkle Root 3105d613e562c666766fca34528cf3ea57e8faa2713afe3f31d6f507aac470e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,428
Size: 1.00 vMB
Total Fees: 0.04778346 BTC
Feerates: 522.41 > 4.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,954 (468,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,724 446,724 000000000000000002028d91a37bdd930e576016f1af6e279d09d0c0f8b8e8b7 2,228 1.00/1.00 vMB 76
446,723 446,723 00000000000000000110dd408b576e63b2819f2c4f83c08df60989cf38ace8d0 2,094 1.00/1.00 vMB 72
446,722 446,722 000000000000000003478290db3a51507fb83a202bfed31ba060f698b88ced69 2,761 1.00/1.00 vMB 101
446,721 446,721 0000000000000000023270ab17bb2755fc21e04d4d24aaa132551ff18a8c6099 2,128 1.00/1.00 vMB 76
446,720 446,720 000000000000000000820cff7c083be90a8723670f6e5df321968a95905f7073 1,800 1.00/1.00 vMB 85
446,719 446,719 000000000000000000e04c369de5d135ab1b46d8aae96e6a0782810fb76bfc3e 1,782 1.00/1.00 vMB 53
446,718 446,718 000000000000000001f28a164aa963b918ba6f64dc054586b914a238761f5b41 1,854 1.00/1.00 vMB 68
446,717 446,717 0000000000000000024b8dd2b123be64d2ab15e5553f9904cc6f16de8c25428d 2,332 0.99/1.00 vMB 71
446,716 446,716 000000000000000002453e3dc3bba5b4d71d6f31bda626f1d46dc0cd36369a1d 2,811 1.00/1.00 vMB 105
446,715 446,715 0000000000000000030df2e6b575547354c740067e370acae30125ba8f509e1f 1,787 1.00/1.00 vMB 64
446,714 446,714 0000000000000000018a5641e5810115658392850e3a32497386a14338a7fe05 2,491 1.00/1.00 vMB 89
446,713 446,713 000000000000000000ce5f840903b68172cdf372c49fb66a75fc7b51db306e5a 2,522 1.00/1.00 vMB 90
446,712 446,712 0000000000000000025345c06529d3d6bc92707701caeecdd1fa1872ac3c6efb 1,418 1.00/1.00 vMB 71
446,711 446,711 0000000000000000009675b68c7a93f36b0dde7322a3b6bc0584f7230f50a743 1,894 0.75/1.00 vMB 87
446,710 446,710 000000000000000002d601f6cec64b9a790bb0ce908b70bef5d22c12bd064a05 1,023 1.00/1.00 vMB 37
446,709 446,709 0000000000000000004c3b1f982a249c7b65b61ab266a747be5076ac4fbda1fa 745 0.36/1.00 vMB 78
446,708 446,708 000000000000000000650ea45d924a62bd2a5fb258f10172d28f5c1d5def554e 1,518 1.00/1.00 vMB 56
446,707 446,707 00000000000000000042a65a5e5c6ea352c68933aaeb355e1446e05d7aa14d44 1,364 1.00/1.00 vMB 49
446,706 446,706 000000000000000000f6cf67fef5b16a01251fff67e68f469e40041c0dcfd195 1,719 1.00/1.00 vMB 54
446,705 446,705 000000000000000001a57b9d59520f717d3739ddaa9ad9b432d359466bb65705 2,322 1.00/1.00 vMB 87
446,704 446,704 000000000000000002f1ba8ac84104e0c715a2131a43a005b3e26033ac15068c 693 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.31 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: 660.20 GB
    • Received: 14.63 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.