Loading Tool

Explorer IconExplorer

Memory Pool

76,068 transactions
28.74 vMB
0.06952466 BTC
Random Selection Loading Transactions
Max Size: 175.83/200 MB

Candidate Block

Mining Attempt 2357ca2bc8ab7f4d257d32233ad8cb0c20af3c9a88dfd3a93f8160be7fee2c0b
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 2f4c3ffad22475f41b29fdeeb382739744e2951a7db55fa45fa399ccf31ba4c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,808
Size: 1.00 vMB
Total Fees: 0.00713547 BTC
Feerates: 40.21 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (318,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,836 596,836 000000000000000000158a5d110982fb491720ce1d8ebf8c2ff603065c9d5544 1,363 1.00/1.00 vMB 86
596,835 596,835 0000000000000000001541435e2690267829f8a8b3f3c9e135e674767facdd51 1,937 1.00/1.00 vMB 24
596,834 596,834 0000000000000000000c18f373c69ae5bb9837c583226b74531997d0d3d2362a 3,023 1.00/1.00 vMB 19
596,833 596,833 0000000000000000000bcbc1d4d2273e33e20e7daafcc5aa32a4b0a0f3504bb5 2,893 1.00/1.00 vMB 62
596,832 596,832 00000000000000000001a18fd15ad48ce3839958f2faf04ab544ea6bf1e58b38 2,107 1.00/1.00 vMB 18
596,831 596,831 0000000000000000000076aff84e6b4019367a05311cfa4492f259c1335130b4 3,095 1.00/1.00 vMB 41
596,830 596,830 0000000000000000001567d25210f8c3abaefe8b668cb408131ac69ac3fe9a67 1,462 0.50/1.00 vMB 17
596,829 596,829 0000000000000000000af6f5a0ca421b0e8894f36237e83ea17168c4c42a8d72 2,931 1.00/1.00 vMB 8
596,828 596,828 0000000000000000000084d8e96d497497c0a86cd4737224cdf0f9c7fd95b57f 2,245 1.00/1.00 vMB 30
596,827 596,827 000000000000000000125dccad9b557c827330d680ee35e1464574fcf146b065 823 0.26/1.00 vMB 24
596,826 596,826 0000000000000000000b67d4e38367d08fa9eead34dd5c7effb0d700913bd5bf 1,205 0.38/1.00 vMB 22
596,825 596,825 0000000000000000000ebcfa7d34dbabd2d1838d24a57b6f4a041b42e3e23082 779 0.23/1.00 vMB 20
596,824 596,824 0000000000000000001100f619f12a0bee0288e0a6ea701037c89e1ac4996361 818 0.26/1.00 vMB 22
596,823 596,823 0000000000000000001036c97c6b8e2e6fafaf830506f8d4be9341abc19d35ee 865 0.24/1.00 vMB 19
596,822 596,822 0000000000000000000decde27e1f98fe3f0b6e9120daa1d0707942f8cdb4e3b 2,493 1.00/1.00 vMB 24
596,821 596,821 0000000000000000000bda3e46edbd1bad86bfea85f0193ca5ed455061b33472 1,988 0.84/1.00 vMB 12
596,820 596,820 0000000000000000001283532dcc9c3fa91c647c546fdbc7cd66214ebdbe6e7f 2,297 1.00/1.00 vMB 3
596,819 596,819 000000000000000000095502aed8bb57eb40e559d68d42fa98102bdc788c73e5 1,882 1.00/1.00 vMB 16
596,818 596,818 0000000000000000000f72891a7ff73ee07f41757c5f58f51ef62ded618fccf3 2,295 1.00/1.00 vMB 21
596,817 596,817 00000000000000000003da512729ed23550c992cf2ae6508ebc52e9fd3299a26 2,597 1.00/1.00 vMB 26
596,816 596,816 0000000000000000000dd607d0cf0495456c0155460676b5973a056b6cece736 2,625 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.