Loading Tool

Explorer IconExplorer

Memory Pool

69,638 transactions
26.64 vMB
0.07732655 BTC
Random Selection Loading Transactions
Max Size: 160.07/200 MB

Candidate Block

Mining Attempt dcfbede3dcf25f892c38ae0fb7975b779ada29679939cbed217eb47f00a5bbdd
Version 20000000
Previous Block 000000000000000000017eea8a1fcbeece8b187566830c35a0e9c06ce7a8cb3c
Merkle Root 2e4a50f064722f7092866155f93480a0e1cba356f4886b7537d9842fae2d2a32
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,604
Size: 1.00 vMB
Total Fees: 0.02053293 BTC
Feerates: 445.47 > 2.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,474 (17,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
898,182 898,182 0000000000000000000123312f0065ea3bda966f02dc74f3428bb04c07c3d4f9 3,389 1.00/1.00 vMB 4
898,181 898,181 00000000000000000000f3c17e36a2654d63af40cd87b2f2c54f27ec7717da21 3,473 1.00/1.00 vMB 3
898,180 898,180 00000000000000000001a55a1c471fbcd494e4251b601ce024a8cfc906c76cdb 2,530 1.00/1.00 vMB 3
898,179 898,179 000000000000000000024584322a109874130638f3cbf3a9ca4ebc62166f6d29 2,737 1.00/1.00 vMB 4
898,178 898,178 000000000000000000000a1e5a05c6d6080854737e008cadba2f41a6b4a06da7 3,222 1.00/1.00 vMB 6
898,177 898,177 0000000000000000000198f26db0473b89272274fe66a7ef31ebfdd5c9803fd6 3,767 1.00/1.00 vMB 5
898,176 898,176 000000000000000000022d92ef862ec21b218430a35da10d2427f5e3bbdb4fca 4,442 1.00/1.00 vMB 7
898,175 898,175 00000000000000000000627bb44c04e563859a2564be7a4509978c2f5e1fee09 2,971 1.00/1.00 vMB 10
898,174 898,174 00000000000000000001ed0de2cf82ca9bd0b960d20f6214c59ca8dfb29a6550 2,146 1.00/1.00 vMB 3
898,173 898,173 00000000000000000001d4f4fdd694da2aebbe9f3ec87d76e620b21a1e8c92ad 3,770 1.00/1.00 vMB 2
898,172 898,172 00000000000000000001eaffad10905433ad22b9e2ee90eb1121e99e128709a0 4,220 1.00/1.00 vMB 4
898,171 898,171 00000000000000000001f21c6392e3c6ac826c53bc6b57dfd7680718eb2634f4 3,689 1.00/1.00 vMB 6
898,170 898,170 00000000000000000001ab03142435abd578ca421bd452488ac07e91ec7a17a9 4,341 1.00/1.00 vMB 4
898,169 898,169 000000000000000000021dbcf04b6572acd57087039b119f2cc0864d7c4c307f 2,992 1.00/1.00 vMB 5
898,168 898,168 00000000000000000000bceabf8b92850a55cc8a03859a361ed2e71feb4861c3 4,016 1.00/1.00 vMB 5
898,167 898,167 00000000000000000000162887201461291654f1515e940d0c03e187e373e2a2 4,224 1.00/1.00 vMB 7
898,166 898,166 000000000000000000021fbbfbd0e8361fa3b691cde70e7eb7a311dd87ffacb9 4,067 1.00/1.00 vMB 19
898,165 898,165 000000000000000000014ab3328ade8831c3ff0901c146bff498d4995f4719dd 4,246 1.00/1.00 vMB 9
898,164 898,164 00000000000000000001a6c874d8dfc226ae2cccc296f3dc757c0b66541656a0 4,625 1.00/1.00 vMB 6
898,163 898,163 00000000000000000001dbc31e070c485086a873c855b94f378dec74eb9e4bc9 4,577 1.00/1.00 vMB 9
898,162 898,162 00000000000000000001d75b97c3385e941f1e4030c4639b2f4a3c461a5876fd 4,309 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.22 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: 757.16 GB
    • Received: 19.00 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.