Loading Tool

Explorer IconExplorer

Memory Pool

26,830 transactions
8.34 vMB
0.06778430 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.36/200 MB

Candidate Block

Mining Attempt 3a548b36bae260166a1e9bb91c10d3c91a9ce5d6b1b52367ee44a5dd45d5065f
Version 20000000
Previous Block 00000000000000000000509134f4cc7e9cf327299f81f0e594b3d1dd3418e2db
Merkle Root 60ad129b7f1a8efe6473a0d069df9996f4af87f192878c60e04bac75b9ce52d0
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,972
Size: 1.00 vMB
Total Fees: 0.02260908 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,994 (772,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,056 140,056 00000000000008b9c62298720316b7d076258761ee7c4235665f753862597faf 0.00 MB 2 62
140,055 140,055 0000000000000761dc47c5587cc1a6459b0a10116dae97edf4c9a23cc1bd1cbb 0.01 MB 47 109
140,054 140,054 000000000000081d331de4bf24d0239f48df7448270429376d9d56ea0c0269e9 0.02 MB 42 458
140,053 140,053 00000000000002971f5a99132edc54fa35edf383d14c33c970c4eac1697dd43e 0.05 MB 19 128
140,052 140,052 000000000000003302367061a6c7c85a8a2fe87e238be6b67438322093debac4 0.00 MB 4 23
140,051 140,051 00000000000006a082a7b4d85d3754751ab3843692af696f74975324a247ebf2 0.02 MB 74 69
140,050 140,050 000000000000024ad59dc0ce270959e25f68c6e524a248c1729690cabf786162 0.00 MB 10 15
140,049 140,049 000000000000053d0c1575c914b15e134e5411b5be78ae3c6d07f1e44a9bf8ac 0.01 MB 29 100
140,048 140,048 00000000000004d9a2c45adab3de41421e54c808a49b2df22b762086c2b204ea 0.02 MB 6 200
140,047 140,047 00000000000005e1706daa7c2a1572a73474eb25552202f5a3519ed7f300b55d 0.02 MB 37 486
140,046 140,046 0000000000000843957cb6dc30b4eb1de43a560dda2031977385252091b7fce1 0.02 MB 39 222
140,045 140,045 0000000000000357ef8c9bcf81f27fd43705818cd3245b8b5d19f944501cca69 0.04 MB 110 292
140,044 140,044 00000000000004f6092ddd0e656734d16ddb1590f65305da197ac8e56031d1a1 0.03 MB 59 133
140,043 140,043 00000000000006e1af7b77d1ea0034b3423eefc856760759e9652519b7e0f118 0.02 MB 38 235
140,042 140,042 0000000000000419b72d2a5375a8de7ae0c74e9f5c83f907dfdf542b4adb523f 0.02 MB 73 68
140,041 140,041 0000000000000557e0dfe050198864c746500bc94f95426888b936f88d371f78 0.05 MB 110 289
140,040 140,040 00000000000002d562c872ebe3e2083ad5f6ea836c4356bfac846814c381b9d4 0.00 MB 9 514
140,039 140,039 00000000000005948f136912e247f1ad6c1f3fd2f3a72c7017ad6f9accd1ef23 0.01 MB 17 237
140,038 140,038 000000000000089be84ca8e926f7f3a83492d70bc38bd837cd14b6078f0056e4 0.00 MB 2 193
140,037 140,037 000000000000070a9f6439361313bf1938243c08d39ba990a8d0ea1ce723bfb3 0.03 MB 80 379
140,036 140,036 000000000000061b912bbefe9d855d67165aa8026e366e842de116ca0d871fb3 0.05 MB 138 138
Previous 10 blocks ↓
Total Size: 778.83 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: 374.18 GB
    • Received: 3.38 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.