Loading Tool

Explorer IconExplorer

Memory Pool

23,900 transactions
11.80 vMB
0.04380979 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.85/200 MB

Candidate Block

Mining Attempt ec71caa212de9f02d4be4a7acfc5508398412eb23b8c4780f9b2d6026630d53f
Version 20000000
Previous Block 000000000000000000001d4734e2c5f1dcc81108a51a8e59880fba80c9423cd2
Merkle Root 9dc2e4481ebdb0ccf4a5fdb17ddda237ca972663bac034c8097c219d1c85d204
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,346
Size: 0.99788675 1.00 vMB
Total Fees: 0.02425046 BTC
Feerates: 502.67 > 2.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,696 (768,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,679 145,679 00000000000003cd4a2c8f7cd48d845ebc92e570e1c7a8c6623efe6173b65264 8 0.00/1.00 vMB 109
145,678 145,678 000000000000006e1df87c8c2e594b51d528b6a4ab7367c5b3fa19dcce738ac2 37 0.01/1.00 vMB 0
145,677 145,677 000000000000006bcbdf259dca32050db18798c2f481705b0a4452a5855cd580 22 0.01/1.00 vMB 74
145,676 145,676 00000000000002bc26496c008ec454fb85c840a3f67f865865b6fcc31d6dc75e 91 0.03/1.00 vMB 162
145,675 145,675 00000000000007288f051c078037e5b7a9884cad6c7af147a027cc2b138e212f 5 0.00/1.00 vMB 231
145,674 145,674 0000000000000549fc8ff384704163dd5df463f76ac7129c0b8487f036cc486b 15 0.01/1.00 vMB 66
145,673 145,673 00000000000002c2a2287e4c4923d58e0f32b36c079d9999e4b44854825dd972 10 0.00/1.00 vMB 419
145,672 145,672 00000000000007a9e928a79bd4aa7bf66e14f6840afeaaabb65a9f54dbb5c3bb 19 0.01/1.00 vMB 127
145,671 145,671 00000000000006dc84e8de2dbfd7695a9d0294a344aaffcbdbbbc9cce29ce55a 96 0.03/1.00 vMB 83
145,670 145,670 00000000000005dd47172f4b907e59f16b307280e8c15eaef75fe5c27fbab995 64 0.02/1.00 vMB 190
145,669 145,669 000000000000059f4c03cc20bc1576eccca34d7c4b815126f815e3043cec7140 26 0.01/1.00 vMB 207
145,668 145,668 00000000000008b24152a87d2d0a206bdd087be3983cf3c986b1dbc7e6ce3cf6 21 0.02/1.00 vMB 274
145,667 145,667 000000000000059c06df35ba398b1b89fb02e2142aa685208f339b48c6cd5abb 106 0.03/1.00 vMB 110
145,666 145,666 00000000000006b12e72ada83706aefb7c1db6a0b5dc8f2ebb916225098692ce 55 0.02/1.00 vMB 140
145,665 145,665 00000000000008b2283b639ba1592f520b45a9a8148fc453e10e07e560da8a37 126 0.05/1.00 vMB 186
145,664 145,664 00000000000008e31a6887f7d566ba8b398714a887c7fe052f50cf848881de5c 38 0.02/1.00 vMB 377
145,663 145,663 00000000000003c2caa973a16cf981b12ec8826b7064bb2210fe5218716cdbd2 13 0.01/1.00 vMB 510
145,662 145,662 000000000000064af0d1a13424c2a6a3e5544e77ddbb6da3ffb567af2122ef52 66 0.02/1.00 vMB 583
145,661 145,661 00000000000005567d9db096cfcf36bccfb10745e26627b7c9b048fb1a46ae24 76 0.02/1.00 vMB 12
145,660 145,660 0000000000000587eace459d76294f23cd3ffe85a512762988f696ff96495e55 95 0.05/1.00 vMB 796
145,659 145,659 0000000000000304fa9d3ee50b6330846826d0f39f5af1d547f99a7c2a87d4ef 7 0.00/1.00 vMB 759
Previous 10 blocks ↓
Total Size: 780.08 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: 491.98 GB
    • Received: 3.42 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.