Loading Tool

Explorer IconExplorer

Memory Pool

22,999 transactions
5.25 vMB
0.02599786 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.76/200 MB

Candidate Block

Mining Attempt a024d0ecf75fbb9f1649b544d17b7c6e46a67bb73cb61ff90af4a7cba8973726
Version 20000000
Previous Block 00000000000000000001ca3d172fcc4297b887cf959b1dcd9557594f1994d576
Merkle Root b9a6e2a34659b8b459da7346161715416caa5a37fcfca250ee4b7e91b50316fc
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,376
Size: 0.41 vMB
Total Fees: 0.01315320 BTC
Avg Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,007 (778,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,062 134,062 00000000000008858d192e1adf56ccccee557de451ef351723cb9fe8b896a445 0.02 MB 49 628
134,061 134,061 000000000000082eb8a72f63be60c9c70d5aca7605b377990b37e90902d951a4 0.01 MB 28 1,088
134,060 134,060 000000000000064a8ef7397a88a957acfc912cde787401a80e51bed089665e69 0.02 MB 27 59
134,059 134,059 00000000000002244f7fc8ba52c9e237b842a3a3b9876cc2a09fae9dd384b60a 0.04 MB 135 395
134,058 134,058 00000000000000d05d6c7c44d155f3119c82d078b604437d526356ca12c00eb4 0.02 MB 59 620
134,057 134,057 00000000000005dcec8a14ee2ba0c2a48c51576072ca641520fa720adadbd583 0.02 MB 50 767
134,056 134,056 000000000000034286c1909fb115f9db76d7469761e243ba47acabf1ad797ec5 0.04 MB 114 71
134,055 134,055 00000000000004d4f121e5cf5618e6ed77814fb040482196f859ed0f456b2c0d 0.01 MB 16 1,738
134,054 134,054 000000000000005c5f215cd008f96fbf3e8f3b6f883187391fa29d339784fae3 0.01 MB 22 490
134,053 134,053 00000000000008237e7010c6260b8922aba1288703f76c96ea6b288216b68dac 0.02 MB 45 477
134,052 134,052 0000000000000923e38ed2c68f06c37d2338cb83388e103a8cec7990f4926e31 0.09 MB 239 294
134,051 134,051 0000000000000afaa65df4098ab4b01d1e5883b1d1f801aa0b4484b925feed26 0.02 MB 43 417
134,050 134,050 000000000000008545461ea47f2b92d79dd5bb93ec93002127a836c5061a2069 0.03 MB 64 616
134,049 134,049 00000000000000978e2b48597710e9ffc5fe733cf3e0ac0ca6b0545b25909d03 0.00 MB 8 48
134,048 134,048 00000000000002beec3fd7bddf600dd19df1e0ff0bef1aed0ad91ba9ca409b93 0.01 MB 12 208
134,047 134,047 0000000000000678fc9803e3baaa83580bcb806867904aa9c416433dcc851ccd 0.00 MB 10 0
134,046 134,046 000000000000002683373c4d69bac2ec05de65998dd801977cc9a19f7b4aca8c 0.02 MB 41 969
134,045 134,045 000000000000061978730928d2b9cde21f4681e4b148cd5a79725d8b8eb95f8c 0.01 MB 26 337
134,044 134,044 000000000000056c99fc853f5c148dbce354722d0eaea1bb613b4e63c0616f62 0.00 MB 1 0
134,043 134,043 00000000000006422a05dafc2acd417be758d3d1fdb01c653cbcefceb265af92 0.03 MB 69 504
134,042 134,042 000000000000077b30d417633b6db4df03ed10e65122550c318605e81dfe5ae3 0.02 MB 53 5
Previous 10 blocks ↓
Total Size: 778.85 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: 386.53 GB
    • Received: 3.47 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.