Loading Tool

Explorer IconExplorer

Memory Pool

39,536 transactions
26.35 vMB
0.08018095 BTC
Random Selection Loading Transactions
Max Size: 136.78/200 MB

Candidate Block

Mining Attempt c6c0056a967b875a416d674270a9a039df5e4bece3aa0f9b4c47fa381468dc22
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 44d5d7c2b3b934b8e68e098fd4f8608721a27a91eeb90c5208c35d9a331d91ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,151
Size: 1.00 vMB
Total Fees: 0.03178915 BTC
Feerates: 502.65 > 3.19 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (438,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,319 476,319 00000000000000000134314095376f4c60cff2741b4e8f6d183ad92c94a3c527 1,945 1.00/1.00 vMB 137
476,318 476,318 000000000000000000c14b48a1aaf774983291e5274de8eede2e16fb5d4f8852 2,017 1.00/1.00 vMB 161
476,317 476,317 000000000000000000e84633d99b9e88f8173ac2a69522048884286a97f054e3 15 0.01/1.00 vMB 114
476,316 476,316 0000000000000000000ae1037dce1cce259e406345eb07cc69e973dd9d9e4211 358 1.00/1.00 vMB 13
476,315 476,315 000000000000000000f6dc6628292428e11854387122de94f9f6606d56a802c2 967 1.00/1.00 vMB 63
476,314 476,314 0000000000000000001f3825b39a3aa5f0023d502321c800090653263ff94766 1,697 1.00/1.00 vMB 78
476,313 476,313 0000000000000000008552f1afd1bdd4c65414f498a5a7d2b749c8ad3b4c0ccf 2,107 1.00/1.00 vMB 119
476,312 476,312 000000000000000000558f930308c6369041b89bda03c4348ace6f7380013c05 1,706 1.00/1.00 vMB 152
476,311 476,311 0000000000000000012332e2c6ce6d54380f3753414ce4654bbe8105db83219a 2,074 1.00/1.00 vMB 206
476,310 476,310 000000000000000000ec1baf90a602f18b726e160b992c0a21d80d71ced94dc7 588 0.70/1.00 vMB 55
476,309 476,309 00000000000000000052faac25379b901dbfd7fcf0cf6d4fa374919a6c09393a 608 1.00/1.00 vMB 51
476,308 476,308 00000000000000000118eb12164b608520964d141cf63c5acc416cdeabda0aef 144 1.00/1.00 vMB 14
476,307 476,307 0000000000000000003303aa036f2d3c5cb42d42c45296356fe5a93f63abfd6e 1,472 1.00/1.00 vMB 94
476,306 476,306 000000000000000000177219ed0d6e5e4315950b84e2fae5234b74147f3aeb40 975 0.52/1.00 vMB 168
476,305 476,305 000000000000000000adb9b2a14d6438ac511c8f340fe03b6603437276c65031 1,329 1.00/1.00 vMB 98
476,304 476,304 0000000000000000001025e390688d0e2e02b9f9746b21a0553e40b3db7a1d05 790 1.00/1.00 vMB 19
476,303 476,303 0000000000000000011c1b327b86e7710576e61adc9a6b6eaeb63b37870d5ccf 2,106 0.99/1.00 vMB 39
476,302 476,302 000000000000000000a5f7f96368b27a38835f2a1224dd0a657f831e35b5035a 714 0.31/1.00 vMB 187
476,301 476,301 000000000000000000f20ed28326c0f401e19f74d4e0ad655e5335f31cd0d675 2,434 1.00/1.00 vMB 69
476,300 476,300 000000000000000000f4d36caacc68bf48a1cde340ccea9920e445e52b7335be 1,999 1.00/1.00 vMB 181
476,299 476,299 0000000000000000001b3072704a8594546e96c896fc94eb7a9a6d0d1e3b6ebb 2,277 1.00/1.00 vMB 219
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.