Loading Tool

Explorer IconExplorer

Memory Pool

81,889 transactions
31.75 vMB
0.07906404 BTC
Random Selection Loading Transactions
Max Size: 192.75/200 MB

Candidate Block

Mining Attempt 52e4b5d4d4c80eaf9cf6f11b35c75e8b577cc3971a0be42f42453fe8304cf846
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 9634d86b85b9071abfd2d9e0c35320ca4a4675aa078ac873c84d4df9dd0fa209
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,902
Size: 1.00 vMB
Total Fees: 0.00969860 BTC
Feerates: 73.20 > 0.97 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (509,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,659 405,659 000000000000000003c3c8a3954b0a1999b3fd279b4ba47a02cee6ea85bb6537 662 0.34/1.00 vMB 44
405,658 405,658 0000000000000000017206d56be5665212d20ea5c52931c49e33d2f54fb32bed 1,635 0.70/1.00 vMB 45
405,657 405,657 000000000000000003ccf885f9a27155eefb48bfef0243333e31e1513e3c1693 7 0.00/1.00 vMB 16
405,656 405,656 0000000000000000002a79362b06d2f0df5a30cb7ccca60ef19e74f3a43d94f8 37 0.01/1.00 vMB 40
405,655 405,655 000000000000000003eaa1e7defd436ede32da5417b895da45be8d2000fd101f 865 0.35/1.00 vMB 42
405,654 405,654 00000000000000000205f21ef13d3aaf713e5d321a0fd41205873978f03bf96a 1,403 1.00/1.00 vMB 23
405,653 405,653 000000000000000004f6b7f423ac25d982b0412dd4ac836a7276794e7da183fa 1,729 0.74/1.00 vMB 40
405,652 405,652 000000000000000001c50e045e167ae9ad6d97d90e87218c14c49b83db6661ec 803 0.62/1.00 vMB 23
405,651 405,651 00000000000000000038eb6e19791e60203d2aa346687e9f3f1c704a7be83c7e 177 0.08/1.00 vMB 42
405,650 405,650 00000000000000000481557b90cc865dcc54e0e3c9e0a15ecae5feac39dc63c0 1,608 0.90/1.00 vMB 33
405,649 405,649 00000000000000000111e662de592c6c2b1da416bde6442afcc0ebaa597f2c4c 200 0.25/1.00 vMB 15
405,648 405,648 0000000000000000023395d1707cbdc14baf68f118c92bb3eed5f4ab344d5c00 1,264 0.64/1.00 vMB 40
405,647 405,647 000000000000000004e2250af0ee935b039d744baec740b7c98582577e7aad7d 2,281 1.00/1.00 vMB 44
405,646 405,646 00000000000000000145a5e81537d1521a2bb250ec9f429d82a07cf957df9a9f 808 0.65/1.00 vMB 24
405,645 405,645 0000000000000000057cc21964e13f61dafc74e72b2641f8490cfee0d0bd8ec0 2,636 1.00/1.00 vMB 48
405,644 405,644 0000000000000000000957430473b8d78823814a8ef639ac3007308562105ffe 645 0.28/1.00 vMB 39
405,643 405,643 0000000000000000028baead0667b7e5a1aafe6e25883ce7652407519788f34f 60 0.04/1.00 vMB 34
405,642 405,642 0000000000000000003f4973eeb218f6d145f01d3e331316901efef0a0123834 1,541 0.91/1.00 vMB 39
405,641 405,641 0000000000000000011d43a51b4db6f7065c2b4619c7a4d6690f246e2c7a0bee 303 0.16/1.00 vMB 35
405,640 405,640 0000000000000000058f0ef5da109fb4a58cd5803ce5719e0f4765f5cfc8c933 124 0.07/1.00 vMB 31
405,639 405,639 000000000000000004cc47265b0dc61a1255cef44ee1cde67a64143b895b0f40 1,278 0.83/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.76 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.97 GB
    • Received: 16.80 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.