Loading Tool

Explorer IconExplorer

Memory Pool

78,561 transactions
29.33 vMB
0.08349883 BTC
Random Selection Loading Transactions
Max Size: 177.23/200 MB

Candidate Block

Mining Attempt f0d3e873c7a760989d29dde973486a44d348bf9c424ebb9837eeebbe156c12fd
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 0d02f47efaa8d6efb3da3b5d94c67b24b34ffe370eaab9284835f8df4699652a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,635
Size: 1.00 vMB
Total Fees: 0.02187864 BTC
Feerates: 95.73 > 2.19 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (514,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,892 400,892 000000000000000003bd436b5b5159fb25064131c5f391156aadbfa8cdfe50ca 1,789 0.93/1.00 vMB 56
400,891 400,891 000000000000000005e304f6c1f5df09df0b9348c51c785b4ad6b40bf0c1b1b3 1,279 0.75/1.00 vMB 47
400,890 400,890 000000000000000002e3099ccc04aa7abf94fcb2c16bc5bbfdacec1f9d77caab 1,989 0.99/1.00 vMB 48
400,889 400,889 000000000000000001d38a55f9e74cae0e1ef230ea829537ec4b924dc874faec 1,856 1.00/1.00 vMB 54
400,888 400,888 000000000000000002d4537e18b13fec79c567d0ccf9fdb21d81ab3ece6b8456 2,035 0.95/1.00 vMB 44
400,887 400,887 000000000000000006abb1ff80da5ba09ffd874bbd2727b1c0dc477c8286db99 2,707 0.99/1.00 vMB 77
400,886 400,886 0000000000000000048ed57d68c73aa3104dbcb1cf06bbe4d2f7993256284e7b 1,148 0.93/1.00 vMB 36
400,885 400,885 0000000000000000008e14a842a4391e062444fc36c5fa1cfaa541a7b20ccb27 484 1.00/1.00 vMB 23
400,884 400,884 00000000000000000435a6fa9f92dc6d9854e4e460f9e0db6d902fd45acff8b1 1,184 1.00/1.00 vMB 29
400,883 400,883 000000000000000004947e891fdd0f4e6b3cdb7030719f33cf77d1db08de7c67 2,246 1.00/1.00 vMB 69
400,882 400,882 000000000000000001b06683eb7f67f6e615a502e0e8337105c043f2739291aa 1,640 1.00/1.00 vMB 31
400,881 400,881 0000000000000000067a8af43d82afce1f05ffb596dd62cbac85a27444a6b1ce 1,395 1.00/1.00 vMB 68
400,880 400,880 00000000000000000599d6cbe8ea894bc5d3fff6e2ea62894967d9100c80e8fe 1,414 0.99/1.00 vMB 39
400,879 400,879 000000000000000001dac6799403a87f05ab01fd6449cd566e821ef1f415f090 666 0.99/1.00 vMB 22
400,878 400,878 0000000000000000009720282f78f69e8f92db31b9512db1666e12ade70dc825 1,984 1.00/1.00 vMB 42
400,877 400,877 0000000000000000013ee2325896110f03e8b915d23fed1673a5738101b6e3e1 2,161 1.00/1.00 vMB 54
400,876 400,876 000000000000000003da1a10cba21e052c55841e1a84217568bf9f93f6046398 2,110 1.00/1.00 vMB 49
400,875 400,875 000000000000000001875cb9951f2fa7b31abfeafd961ca81b21747207ccd300 1,325 1.00/1.00 vMB 24
400,874 400,874 000000000000000004cb23bd2966f7640154014fed59661b38cd282105881c2c 1,732 1.00/1.00 vMB 42
400,873 400,873 000000000000000000f755631f059a7cbbefae9e2d3783197e824154dd926639 370 0.34/1.00 vMB 42
400,872 400,872 000000000000000001e795aae6c260f52c5a2d82a0477061e22ed5915a9e408e 1,776 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 674.78 GB
    • Received: 16.43 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.