Loading Tool

Explorer IconExplorer

Memory Pool

14,538 transactions
10.99 vMB
0.04764905 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.61/200 MB

Candidate Block

Mining Attempt 8e5a4bb8b21f7133f79a4b3c2b839320bc244fd1b2c347c6cd80e93bd3569259
Version 20000000
Previous Block 0000000000000000000006ca46d77662424a3c954a5db8f2745f0dc89e1e8097
Merkle Root 754931fe0e730e4cd27ecdadf4d8e8599d79d259abbb3eae6650e7ba29b92447
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,677
Size: 0.9979865 1.00 vMB
Total Fees: 0.02469771 BTC
Feerates: 201.37 > 2.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,811 (745,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
168,251 168,251 00000000000005443d6d2786998a533d6c127c52a5c600d278c7386b446d1b51 67 0.03/1.00 vMB 88
168,250 168,250 0000000000000bb1825900398a5ef7d204e387c48a3bda626713b51436837fc8 57 0.02/1.00 vMB 227
168,249 168,249 00000000000001d64cdd8b858f8227ef89028b9be19e54a38a643c67887cb46f 22 0.01/1.00 vMB 154
168,248 168,248 00000000000002a1e8ad9830198238ba3ee77ba47bec95dc2ccee69e9d0cc7c6 25 0.02/1.00 vMB 34
168,247 168,247 000000000000024fadc9c700ee99c35f3300168328e9285faa896693ec05862d 112 0.03/1.00 vMB 6
168,246 168,246 00000000000004d8e43384303505215fab3f4d8a5a0316c4896769881a789b44 13 0.00/1.00 vMB 0
168,245 168,245 00000000000008db7f043c89fafdd5841844f789951c5809af5567537d2e6242 61 0.02/1.00 vMB 62
168,244 168,244 000000000000056e12195592de6bf5ef7f5573346c0bab1fc84273505578386e 14 0.00/1.00 vMB 276
168,243 168,243 00000000000003e7eff3a3f62ee49f51ac5492daef22605761f1c49b5c772b6a 52 0.02/1.00 vMB 65
168,242 168,242 00000000000003c3468e3dbce42e79d902f117ae386d9b10cc58bd1189bfb672 29 0.01/1.00 vMB 13
168,241 168,241 0000000000000b4259822798243c824d0e90aaee13a46c4b5201d40466815787 49 0.04/1.00 vMB 168
168,240 168,240 00000000000003178766989bfee99a9d6d1a67c0313fdc469a40b43a58486516 34 0.01/1.00 vMB 129
168,239 168,239 0000000000000405e8a1cdbdd8cc0867214a0c17f9fb21bf5cf7b01cc13fd586 45 0.04/1.00 vMB 109
168,238 168,238 00000000000000ffa662d3f39a521b3396f5bd9c1c3fa8390658de0d894ceefc 39 0.02/1.00 vMB 164
168,237 168,237 00000000000009d8bd523acc33d7601aad822764bc73f9ac96af138622fab68c 13 0.01/1.00 vMB 294
168,236 168,236 0000000000000a77977b42bb0fb7190b831a93e53c301a3c9a4f1418ff6154fa 29 0.02/1.00 vMB 168
168,235 168,235 0000000000000936938fc8b4890d0f4104128d55a0caba7fabf0bc0b8e1bd491 46 0.02/1.00 vMB 205
168,234 168,234 0000000000000572ff4eaccd2ef2b66d471016db19bf38695a384c6cce9e9bd1 7 0.00/1.00 vMB 31
168,233 168,233 00000000000007e8d0a2a83e5286b4f4fd0a85ce7cae6114f254c74acc3dd658 68 0.03/1.00 vMB 1
168,232 168,232 000000000000084a753e973e9c612811c57ad0a17eb9aeb653b350b57019301f 83 0.05/1.00 vMB 140
168,231 168,231 000000000000082adf69643843fa4d7c74653e1b11c42884fcefee6d91c2b81c 32 0.01/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 780.28 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: 516.73 GB
    • Received: 4.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.