Loading Tool

Explorer IconExplorer

Memory Pool

38,756 transactions
27.86 vMB
0.06263427 BTC
Random Selection Loading Transactions
Max Size: 141.48/200 MB

Candidate Block

Mining Attempt 37f6e3a9bd50627d02ed7e2cc487701b99763e5efadf43e9a45054079c3b75f4
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root 3ba7b77ce7c0780047dbbe50d40c0e9f38cb448eed25d37dcc761b899b2581a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,160
Size: 1.00 vMB
Total Fees: 0.00935266 BTC
Feerates: 201.07 > 0.94 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (71,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,422 843,422 00000000000000000001bc4bf6a8f32c6e2640b44d8f955b35f1c9128b00cb9f 1,323 1.00/1.00 vMB 12
843,421 843,421 000000000000000000000dd43b68064a867c95e12330f18a30409ec2b94f3127 1,233 1.00/1.00 vMB 10
843,420 843,420 000000000000000000000e1b04a4033661535b943b57d25605508647aafc8262 7,692 1.00/1.00 vMB 10
843,419 843,419 000000000000000000007d133f6d2b1e31f1477574da9f37743a4a1233df586e 1,358 1.00/1.00 vMB 12
843,418 843,418 00000000000000000001e2e1a8d1fd6c062efc29267a408d89631d852d7fc5af 2,497 1.00/1.00 vMB 13
843,417 843,417 000000000000000000006aa0db0ee2aed3a17ea3f87d5b63cdcd132d7bdbc852 3,779 1.00/1.00 vMB 19
843,416 843,416 00000000000000000001de0c5068758f6774546a871d9debbcc2da0bb15424b7 3,775 1.00/1.00 vMB 22
843,415 843,415 0000000000000000000139c03fe799158ab957155860c48b630056273408a47d 5,447 1.00/1.00 vMB 33
843,414 843,414 0000000000000000000211c3c2e671c4e016db77e3f927f566ca336fc505399c 2,288 1.00/1.00 vMB 16
843,413 843,413 00000000000000000001261018e94153dba867dfd00d8a1a09b6f80b96bfde43 2,454 1.00/1.00 vMB 17
843,412 843,412 000000000000000000004ed52bf07871a40b710763aa36236c7469031535ed27 3,833 1.00/1.00 vMB 11
843,411 843,411 0000000000000000000201fdbd7295dfdf93f08ee41bbaa988910477b5a00a35 3,741 1.00/1.00 vMB 10
843,410 843,410 000000000000000000033901ac2b1aafa9b115f3363d5a38e1e58b7aa22ca050 4,574 1.00/1.00 vMB 12
843,409 843,409 0000000000000000000240be6972c1d401d8fa2642a102e1a150b5e2a6de1869 2,216 1.00/1.00 vMB 17
843,408 843,408 00000000000000000003392fce1146b4ddc30a1c2625f1130170cb837b6da52d 2,446 1.00/1.00 vMB 15
843,407 843,407 000000000000000000008e0ff4625df2022d54753eb1dd3d1e0a051fd7a4696b 1,390 1.00/1.00 vMB 12
843,406 843,406 000000000000000000001c9cf0c0b6001e2b6d74caa5b0a20f949a600abb2ef6 2,257 1.00/1.00 vMB 17
843,405 843,405 000000000000000000011736bd7a5b3d835483346ad68761f6155841f8922414 2,842 1.00/1.00 vMB 16
843,404 843,404 00000000000000000001f8df172f7e129fe9a0bdccc6f0554f6f58aa82e2cd5f 3,407 1.00/1.00 vMB 17
843,403 843,403 000000000000000000019bf29b1ba89a8cdda05909d16f285b9e09c96027e9a3 3,088 1.00/1.00 vMB 21
843,402 843,402 00000000000000000000a994f371630d4eae12686cdea7f63808c75215cd14cb 2,713 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.