Loading Tool

Explorer IconExplorer

Memory Pool

78,944 transactions
29.65 vMB
0.10758647 BTC
Random Selection Loading Transactions
Max Size: 177.93/200 MB

Candidate Block

Mining Attempt dec7cb7a3f3b4f3a655159c7a8224d081f089c9104cdc9ae09e76c18ba3972cd
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root 874fbe39db04b5622c7bb7c640dc9bd69804e43e97a77d8317274683734e79e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,785
Size: 1.00 vMB
Total Fees: 0.02534563 BTC
Feerates: 100.53 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (312,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,251 603,251 0000000000000000000fed8d988536ec00e9231b694283b4218d5469585c54d1 2,554 1.00/1.00 vMB 24
603,250 603,250 0000000000000000000eacdbb9045e6d9addae142a6418858fd4c2e71aa7dd40 2,950 1.00/1.00 vMB 38
603,249 603,249 00000000000000000011bca404b02a3b9c14275b73979873f6f5c16e832052f9 1,576 0.55/1.00 vMB 24
603,248 603,248 0000000000000000000b1b0f005ae228b60388371d4639f3ae26e5ccbeb6d45e 763 0.30/1.00 vMB 49
603,247 603,247 0000000000000000000643a1a1940b812acf1bf3f76b6c425c24d5210e8cdfb7 1,576 0.37/1.00 vMB 4
603,246 603,246 0000000000000000000ab7ae023fd65a9a1cccf52782b7b0fa222d8b9a8578f0 2,775 1.00/1.00 vMB 29
603,245 603,245 000000000000000000145ed6cfc41f44aa552ae674a0c6c118b27a3b375c5653 856 0.24/1.00 vMB 23
603,244 603,244 0000000000000000000f54bf746708e92080435b98465f18f6e8cf990d83bca9 992 0.28/1.00 vMB 22
603,243 603,243 000000000000000000104a6019388277f8b88bc6d9fd7a5dbc5d8f030845fb14 1,069 0.43/1.00 vMB 26
603,242 603,242 0000000000000000000499c783c17ef85b705019f349ba046f57bc9ae9b0c1f6 1,077 0.28/1.00 vMB 18
603,241 603,241 00000000000000000009cb92514f535a30185c5b5e1d69bb9aa5ccd6c5f6b527 2,712 1.00/1.00 vMB 30
603,240 603,240 00000000000000000010027edecadbc673527a9fb6bbf454a68b27c46b8d1c12 2,131 0.84/1.00 vMB 2
603,239 603,239 0000000000000000000d887394b2a8a5befa99bcdcb0351e6321ceada0ffe948 2,318 1.00/1.00 vMB 18
603,238 603,238 0000000000000000000e0254907b3e1f19f389b674703dfb406593957c8987e5 2,433 1.00/1.00 vMB 19
603,237 603,237 00000000000000000014f0831b98b8c0cf11dcae031b9eafe10a1c324c4aa8e1 2,567 1.00/1.00 vMB 34
603,236 603,236 0000000000000000000bee325d6945daec9207a57c67e0d5f04e6d56a6042de1 3,142 1.00/1.00 vMB 55
603,235 603,235 0000000000000000000e660569c779cd0252dc1dac14f29d8ae3a0e0cb45a9bf 1,014 0.33/1.00 vMB 27
603,234 603,234 000000000000000000129415d6b641140220142f58e610926b3e1748e329cdbb 2,940 0.82/1.00 vMB 20
603,233 603,233 0000000000000000000c78f85adf09d3c72083c72dd6a087d5e4ee6456ef1628 270 0.08/1.00 vMB 16
603,232 603,232 0000000000000000000015ed92dcb2e10d24ce4efe76dfcf17ae3770cb63ee6c 1,807 0.56/1.00 vMB 20
603,231 603,231 0000000000000000000525e986ed99e70483802690d048edc61e93da2d8e79eb 648 0.23/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.91 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: 713.99 GB
    • Received: 17.50 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.