Loading Tool

Explorer IconExplorer

Memory Pool

78,958 transactions
29.42 vMB
0.08338434 BTC
Random Selection Loading Transactions
Max Size: 179.86/200 MB

Candidate Block

Mining Attempt 0fc025028a9400121c79909911fe55c79e974a29016d815be0ece2eea28f1af8
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root e70ec51b8ebc268e9529a0fac418c442c5f5de7d2999418346e8a45d0f8a82bc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,396
Size: 1.00 vMB
Total Fees: 0.01874220 BTC
Feerates: 402.60 > 1.88 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (476,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,891 438,891 000000000000000002ba587da68d047256bdb35486df2844e2596dea7f7a311b 82 0.02/1.00 vMB 142
438,890 438,890 000000000000000003ec5805747a8600961e3bdfce24b7348d86b6af18acc937 1,152 1.00/1.00 vMB 25
438,889 438,889 0000000000000000032d786fe58c4ed240ee5e11f7988af2567cde2858460462 2,271 1.00/1.00 vMB 72
438,888 438,888 000000000000000001dcdea0540f4d07def6b5bddfbf27f9771464d8fc1ba182 1,859 1.00/1.00 vMB 49
438,887 438,887 0000000000000000032384aa7e8b0e04aec29951f84e1f7b682040791a593db8 1,025 0.99/1.00 vMB 28
438,886 438,886 000000000000000003d1efbd2d3a0c17a6edff4ed8e92c9f92213497f6d1693d 517 0.37/1.00 vMB 45
438,885 438,885 000000000000000003f797f8df9ab1ad2f24738ae57d8ec4b209cc89b9a08797 589 0.55/1.00 vMB 22
438,884 438,884 00000000000000000082eb38197a140df0362a19c5bc2efa4aa3c1eef1fe7a7a 1,707 0.75/1.00 vMB 70
438,883 438,883 00000000000000000233e59b15e4317a2beec540611863f0956b12cb4a820fe4 956 1.00/1.00 vMB 42
438,882 438,882 00000000000000000397e5ab6af98dd8aa1dc6e888df44518e93464200d4ed6c 1,483 1.00/1.00 vMB 35
438,881 438,881 000000000000000003c81e1aa0b25fb57a8a812f4cb94365c920ccbd774bc863 2,352 1.00/1.00 vMB 71
438,880 438,880 000000000000000001538a302d672fef98dee5b7bc30f2927c8bfb39e2739a84 812 0.51/1.00 vMB 50
438,879 438,879 000000000000000001350534d55e11662bf637e3e6593a41dd43f7c039156911 2,324 1.00/1.00 vMB 64
438,878 438,878 0000000000000000014c6cde0b85b74ba29f06d3051d8917f8f6eef043b1c9d0 2,244 1.00/1.00 vMB 62
438,877 438,877 0000000000000000044c25cc7181044ebe716511234d850f5e852c8d64890fc3 2,411 1.00/1.00 vMB 70
438,876 438,876 0000000000000000038a15bde3abd6b641ce7b9fe22606f635bf6c0c9715ef7a 1,438 1.00/1.00 vMB 48
438,875 438,875 0000000000000000028153057f7c0c25be07c8aea3e575e55d8a24f1d280fab1 1,633 1.00/1.00 vMB 45
438,874 438,874 0000000000000000026bc26a48e06349d254262c00eefa9ba6f2c51cb58511d0 813 1.00/1.00 vMB 22
438,873 438,873 000000000000000001b108be1f62965ddc0bb04ce1e5dbffaff26b166f9146e7 1,963 1.00/1.00 vMB 61
438,872 438,872 000000000000000002f67869bdb272a10d4ab03e2b765876907d558a015b0048 1,926 1.00/1.00 vMB 49
438,871 438,871 00000000000000000163b6a1d23619c72042274d36fafd726d250a1f7bbb77a4 2,667 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.