Loading Tool

Explorer IconExplorer

Memory Pool

28,656 transactions
12.13 vMB
0.02929913 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 71.21/200 MB

Candidate Block

Mining Attempt 4254a195b9428198fb793fd705f611ebca16e46e0aa2d5dec4d87612a7852167
Version 20000000
Previous Block 00000000000000000001618c17567df601b1cd592032cb5ea4638f60527e241a
Merkle Root d1622df0625176bbd85c6e29e804b5d0df2f9043bda39b75a469054703ca9b65
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,905
Size: 0.99799725 1.00 vMB
Total Fees: 0.00896810 BTC
Feerates: 502.67 > 0.90 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,680 (725,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,501 188,501 0000000000000939a36a70339cb9c424d67951a8cf3b1f8cbc6d2aa31dad83d0 512 0.20/1.00 vMB 139
188,500 188,500 00000000000002fa6ab13eed97726f775d351579043968091024ad316bfa2dfd 125 0.05/1.00 vMB 117
188,499 188,499 000000000000009a4ef0d1bac6d7566465bae4913f4def61f74547c973751a04 324 0.25/1.00 vMB 114
188,498 188,498 00000000000004acda7925a65dd920ccea9f952d320d77cbc194d45954091083 11 0.00/1.00 vMB 14
188,497 188,497 00000000000000963556999a7cefe80ed264b1ad6174f72b1690ba306a4284e5 245 0.11/1.00 vMB 100
188,496 188,496 000000000000040f2ad582770a33a96e3cfbfb6c55898dabca7e81cbef790aed 275 0.12/1.00 vMB 99
188,495 188,495 000000000000025a77ba68a5290a9e8b0412dd9c78a0eb46ff6bb7013f415c65 964 0.42/1.00 vMB 128
188,494 188,494 0000000000000416b7a75d8816c1b87a3354c315a828da84cca66557ff998e77 622 0.25/1.00 vMB 141
188,493 188,493 00000000000007f13cd7b3545480debb10806c36d316db9dfea3c9050aa9276c 651 0.25/1.00 vMB 144
188,492 188,492 00000000000000af4a78b9bce1da52654d8e4a099939289b7819069877e09ce7 137 0.05/1.00 vMB 45
188,491 188,491 0000000000000070c913546f6cb441ad66f7b8924ec9b4e868fc4b83106d537a 495 0.25/1.00 vMB 202
188,490 188,490 00000000000004dc8273353ff7aee3664e95ea038e895e9f2c5401e6a9c3ec5a 117 0.05/1.00 vMB 70
188,489 188,489 00000000000003289170822310a802356ac117eb2d747c069fa6c8b6c1e73709 9 0.00/1.00 vMB 3,261
188,488 188,488 00000000000004e7c6394c310a043af718118abfd483a8a9c16a7f67da41370b 29 0.01/1.00 vMB 155
188,487 188,487 00000000000002ffc8dbbb04d9d84a5a6235d6186e9504a690abe59d23043a71 241 0.11/1.00 vMB 130
188,486 188,486 00000000000003f0864b44b45ed9677a60d4d8c4abebd4d329566a7de91002fc 272 0.08/1.00 vMB 28
188,485 188,485 000000000000023010ae32cee17338d23d625c7f5672b76a309733649e99bad0 149 0.10/1.00 vMB 88
188,484 188,484 00000000000001d6ffe1cb436ba1aaae343bcb4f37b4394d24e7bc5d6107c5e3 384 0.15/1.00 vMB 129
188,483 188,483 00000000000002f1d052fa4a9ed144a7772e7d2dd49d25859ff9fffb25a04837 126 0.05/1.00 vMB 114
188,482 188,482 0000000000000108bb7e17180c58585fc6764b2f27c9f07663abd7c9c3b7e52b 58 0.03/1.00 vMB 81
188,481 188,481 0000000000000476e3672034842a410ebdf31672d8ff2c8ff508deeadcb1b46d 136 0.05/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 780.06 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: 488.24 GB
    • Received: 3.31 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.