Loading Tool

Explorer IconExplorer

Memory Pool

14,401 transactions
5.97 vMB
0.04505142 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.21/200 MB

Candidate Block

Mining Attempt a9dff6804ae79b2a73646f7c43a2444add131b412b13cb2fe2f9b241f602d341
Version 20000000
Previous Block 000000000000000000008a32030f18bfbcf56f9bc4b6582f27818e6d2a5ec937
Merkle Root 01e71c369606766d6018b47a99d1f884c931c4bd7bc013508caf087771e7bdf5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,607
Size: 1.00 vMB
Total Fees: 0.03470725 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,448 (638,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
274,728 274,728 0000000000000001d7de61527f4a94140fdb20f8dfbd76a66bfd47a54368cc3c 649 0.25 vMB 56
274,727 274,727 0000000000000003ab9751f95c562972aff60cf468e0b9efb6257bda6a96f64a 321 0.19 vMB 46
274,726 274,726 0000000000000002eba71636a573b6992b874ac2d124a17653a687d3df2c540b 505 0.25 vMB 52
274,725 274,725 0000000000000003e678544b72174460aae2934ba2c6bb78adcd5dd001a75917 407 0.20 vMB 53
274,724 274,724 0000000000000000bfe242e4e124851ea136227a62c7bacfa4e416e9061f487f 52 0.03 vMB 36
274,723 274,723 0000000000000001ab5084ea5793edfaa8a3e4be5a335cd83090941ec2d52f1b 532 0.38 vMB 37
274,722 274,722 00000000000000025f4788bbde430c16e40399d0707e8f32d53c1469f27a06af 667 0.25 vMB 60
274,721 274,721 00000000000000016a1b0fa95ce129603f8d827f9dba4aa43d7f98e5204571a8 23 0.03 vMB 8
274,720 274,720 000000000000000414238980581cfa95902d07b02ac6ceae6066cee24846286d 416 0.20 vMB 57
274,719 274,719 000000000000000356b0bd5476587974c50c26af38015f7fbf14728bb4ce4a12 279 0.15 vMB 39
274,718 274,718 00000000000000029b3a51b7bf36899555db1bd7d6943260712993aaa2b258ed 274 0.15 vMB 27
274,717 274,717 000000000000000066c7ecb4c39d15265e6f9ef829bfdfab1757ddac53330496 775 0.35 vMB 53
274,716 274,716 0000000000000000d39ef4528eb27ea6e9a9a6230cd08691c80b904e87c41194 342 0.20 vMB 23
274,715 274,715 0000000000000002b03afb83b8cd926457b17399b34a017ebec4d85c13eb4544 691 0.25 vMB 75
274,714 274,714 00000000000000041211db6f0a5e82cb8e1cb0dbe1c414990025e59302d935da 386 0.16 vMB 53
274,713 274,713 0000000000000003f43fa7bbceed7506f9aa864c909ea3924d7bd77caa2d8bbe 254 0.21 vMB 19
274,712 274,712 00000000000000036485e51c4623d903bf05ee4cdecff4cb7a94664f53f8c164 709 0.25 vMB 73
274,711 274,711 0000000000000003793f403a90c355566b80986934d9ec6ea401df1a3ad14a17 427 0.22 vMB 37
274,710 274,710 0000000000000002b69a7503e7e5ba7f39182ce6ae128f613216a17a163ec75d 661 0.25 vMB 74
274,709 274,709 00000000000000006b4b5b704e9922b5f3df63674db942056269f4acb8b5bb2a 764 0.38 vMB 38
274,708 274,708 000000000000000128f865f19e05e5d58e792e89763bf4e31ce72badc19c916f 558 0.24 vMB 56
Previous 10 blocks ↓
Total Size: 779.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 307.64 GB
    • Received: 1.44 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.