Loading Tool

Explorer IconExplorer

Memory Pool

81,571 transactions
31.01 vMB
0.09100627 BTC
Random Selection Loading Transactions
Max Size: 188.26/200 MB

Candidate Block

Mining Attempt 3a6f51dc4e2292b655cd32f0063c00f352dd1d3c4d04e0e3915237f4df91524a
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 63a1a2b321aae6c5e568dcc99173c5d333b4b94fa6be4788d82118b0a3d52c21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.02427069 BTC
Feerates: 351.58 > 2.43 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (548,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
366,612 366,612 000000000000000004c638548ec64be812bda0ea8dd54f163423d2f9e129366c 872 0.35/1.00 vMB 54
366,611 366,611 000000000000000011220209a6cc35a0fa41605eb45f1211f01bb77760b608c2 1,416 0.69/1.00 vMB 47
366,610 366,610 00000000000000000424aa6505fd205d478362208998390764e28fd40680378d 303 0.22/1.00 vMB 34
366,609 366,609 00000000000000000f9f91775c16f7f33af70cf121f61988a41cde9d4281f720 1,506 0.81/1.00 vMB 43
366,608 366,608 00000000000000000430897a43434d05c9e84c746df40ce8226f65fed73f3d51 947 0.58/1.00 vMB 30
366,607 366,607 00000000000000000070581978dd32e93bb7c4634e4d70ce6d2e104da3560edf 1,596 1.00/1.00 vMB 36
366,606 366,606 00000000000000000696ea52cb62d73781451a78f79c94ac838f0629e56cca47 1,884 0.93/1.00 vMB 38
366,605 366,605 00000000000000000dae1cdc1c2a7ef2430f9f33b0a29d8f2f9127eb5ea07f53 1,967 0.75/1.00 vMB 50
366,604 366,604 0000000000000000089e15602020f506cd7a640729a0a5648267b63a1aa9fb46 1,737 0.95/1.00 vMB 34
366,603 366,603 00000000000000000c234f38267f70fa356074c4e1ab92df90422a9fdffb8825 1 0.00/1.00 vMB 0
366,602 366,602 00000000000000000de421fc4f6e406c95a47e023fabe7a25a700fdf54969e52 2,422 0.75/1.00 vMB 60
366,601 366,601 00000000000000000eddcc0109cdbd85185ee176cfcc7f72b3485d8f97c9c51b 663 0.34/1.00 vMB 39
366,600 366,600 0000000000000000031cd6fed37cac2e3db1d039af68aa59e8200e4dfbb9d7a8 153 0.08/1.00 vMB 33
366,599 366,599 00000000000000000638ce34fd77a32fcd4eb07ae8ff13cd20a45d534e7b699f 1,297 0.66/1.00 vMB 37
366,598 366,598 00000000000000000ed9813493a04fc277311ece3c7d99b9af6ddc928a77edc0 750 0.37/1.00 vMB 40
366,597 366,597 000000000000000001a700f81af7235e30320daaea15fb4b8744b4ee95950542 348 0.18/1.00 vMB 38
366,596 366,596 00000000000000000e736c0cbef7ff4479e0cc824e95a7eaf5922b41a4f5733b 392 0.24/1.00 vMB 26
366,595 366,595 000000000000000012cebe0b0abb98a7d0eb88c832e3488ab4b5ce3f25508968 288 0.19/1.00 vMB 27
366,594 366,594 0000000000000000067cf951e9c7f11b2d2f6a72556672f31ef5b567f046218d 1,262 0.69/1.00 vMB 36
366,593 366,593 000000000000000005b0c2541c10a4016f0847a9b869648fb59bd8e9b00130d5 438 0.21/1.00 vMB 20
366,592 366,592 000000000000000003e0773bc7287569faa93c1c6f84a6b283d4e4f9683dbc0e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.