Loading Tool

Explorer IconExplorer

Memory Pool

86,326 transactions
31.61 vMB
0.14598378 BTC
Random Selection Loading Transactions
Max Size: 190.59/200 MB

Candidate Block

Mining Attempt 2c730432d7f920e57b96af09a6f08f98077ace4091b6aa7d529c8e1258a5fbe5
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root a0d963b3d1742c5215aecea313bf0987927a92b043c6f854b77094f0753a2bc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,605
Size: 1.00 vMB
Total Fees: 0.06442245 BTC
Feerates: 214.31 > 6.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (238,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,894 676,894 000000000000000000023b92afbe9c18870eb1a41f5dbae30c2614795a46bd19 2,592 1.00/1.00 vMB 70
676,893 676,893 00000000000000000000ce5a56f125cfbc95177a15ebb68a3e4bda3331a8d076 2,942 1.00/1.00 vMB 98
676,892 676,892 000000000000000000080a1de240a61bdfbdd97309bdaf953ea9f87e23fc9b93 2,279 1.00/1.00 vMB 71
676,891 676,891 00000000000000000006de5715a5529cea213fba272834f776b3141a44f04450 1,552 1.00/1.00 vMB 67
676,890 676,890 000000000000000000004bf4db22af62f50b4cb67acb3431de4947a4c7445bfe 2,866 1.00/1.00 vMB 76
676,889 676,889 00000000000000000004377674231c1e7482b0d95fa619fe39cbbdfeab643ffa 2,021 1.00/1.00 vMB 81
676,888 676,888 00000000000000000004c8828b642b2b2e234dea0bf349c4597b8703c955c872 574 1.00/1.00 vMB 71
676,887 676,887 0000000000000000000c2732652791feda4994fb5a6e75942062df3375e89497 2,259 1.00/1.00 vMB 70
676,886 676,886 0000000000000000000b5ef77bd4903bed245f40e359f60e3504ed4eaebe643c 2,922 1.00/1.00 vMB 83
676,885 676,885 0000000000000000000bfac5f33d6b9bef73b544a8ba3a895e9be02f0116ecd4 2,315 1.00/1.00 vMB 67
676,884 676,884 0000000000000000000a7a12f8887af33a5d7ff410529c7de713bac8b53ee0b1 2,843 1.00/1.00 vMB 85
676,883 676,883 0000000000000000000670cf32963fa35f528429aa6ebd5136d0cfe3b544be9e 2,801 1.00/1.00 vMB 86
676,882 676,882 000000000000000000071e0545fd0d4ce8ce192f99debdc704c3a8b3d5008e23 2,381 1.00/1.00 vMB 74
676,881 676,881 0000000000000000000b818d87315f69398aa6ba886d869f8c403a41f509e7f7 2,824 1.00/1.00 vMB 88
676,880 676,880 000000000000000000086b8c96558ce442dd6c537db608ea3174e6412e547a4f 2,501 1.00/1.00 vMB 71
676,879 676,879 00000000000000000001786c6ca23396e39a4d06f0b4deedebef4d5f43a9329c 2,716 1.00/1.00 vMB 88
676,878 676,878 000000000000000000082af97b508ebe51a5787dad23b54b884b50c3e45400a6 2,825 1.00/1.00 vMB 81
676,877 676,877 000000000000000000071ef7fef104b30d10c95f73fd59852abcc44c011c19c9 2,675 1.00/1.00 vMB 86
676,876 676,876 00000000000000000009fecf40f4118d2059e6a8e333300083fded2b0c0352fb 2,897 1.00/1.00 vMB 61
676,875 676,875 0000000000000000000b2d0eb47799bc6a9e46841de41efa1667e7d823662656 1,880 1.00/1.00 vMB 71
676,874 676,874 00000000000000000003ee7a8d59f8f5f3aa80dcffc3833fc4053a1a9461e392 2,965 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.33 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.71 GB
    • Received: 14.77 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.