Loading Tool

Explorer IconExplorer

Memory Pool

11,665 transactions
9.79 vMB
0.01890164 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.06/200 MB

Candidate Block

Mining Attempt c02f104c9583f84051d650c71ea3f03674f6a6e2003b3700e86edcc727b013f1
Version 20000000
Previous Block 0000000000000000000093c78bfd86a2846b5fd7f958ebb021ded06fc64930cf
Merkle Root 88170d932579e79c8e76e0a122eed17793c0c2d0e900d57d313730983d9e4c46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,795
Size: 0.99788925 1.00 vMB
Total Fees: 0.00424935 BTC
Feerates: 100.53 > 0.43 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,791 (557,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
356,120 356,120 000000000000000011d4c4871a97c3fb5f0a47d57a392e875abd938de30b9aa2 910 0.69/1.00 vMB 16
356,119 356,119 00000000000000000a8970df182c1a2ffca837176a04008ed5bd57fb58acfe50 1,514 1.00/1.00 vMB 21
356,118 356,118 000000000000000016c3d50f4b790dcca1c793a7644604d6baafce9514b1ab92 2,475 0.75/1.00 vMB 58
356,117 356,117 00000000000000001137153704f62c01e8727939728a5c7cdf3f72c2518ceace 149 0.38/1.00 vMB 5
356,116 356,116 0000000000000000102da5f59eb4e4d97716969105f6799b3068c2d73f22aa95 1,500 0.75/1.00 vMB 28
356,115 356,115 00000000000000000db745c6bbde202d90a01619cccfa64a9c45f9707f6bde78 363 0.23/1.00 vMB 20
356,114 356,114 0000000000000000137213ff1c5849ff8f0206a9852139fbcff5305a6be78232 251 0.17/1.00 vMB 18
356,113 356,113 000000000000000001bd6d00b9796cdaab7ba8df703b163e7e9351e15946b143 679 0.42/1.00 vMB 20
356,112 356,112 000000000000000012a72ac734e79de235acae29b3ad0c00a8d8290a1304ff28 512 0.19/1.00 vMB 33
356,111 356,111 0000000000000000153854129c033c8ec28d5b8d0cbe162b635ab400eabe7236 203 0.14/1.00 vMB 17
356,110 356,110 00000000000000001478b4f3f956a2a8147ed15ae0dd3395e8b55dc6286f99dd 1,176 0.56/1.00 vMB 24
356,109 356,109 000000000000000007ed74437d4d1a6ed594c742855f5045d2ccd18d6cccacca 1,475 0.75/1.00 vMB 43
356,108 356,108 00000000000000000f76bade725e3c4cfc3406cdda4bd0c05172516f607a6f35 647 0.51/1.00 vMB 13
356,107 356,107 00000000000000000f7ec66835742103515a536eed44da595d02b2d358530a9e 1,151 0.75/1.00 vMB 29
356,106 356,106 0000000000000000156d2069eeebb3309455f526cfe50efbf8a85ec630df7f7c 1,823 0.75/1.00 vMB 34
356,105 356,105 000000000000000009f2252313ef05dcbeb97df39e636d3186ed9a8c04cc4f23 1 0.00/1.00 vMB 0
356,104 356,104 0000000000000000163a9a95555181f811548cd54464327a30f7aab061e0fedd 472 0.43/1.00 vMB 5
356,103 356,103 000000000000000008fb853d3f96340b76f09aa440e25e28b336792878df3933 339 0.17/1.00 vMB 28
356,102 356,102 0000000000000000011aea36c80ae5e615065c565adff8ebcdb638a51daa2078 969 1.00/1.00 vMB 12
356,101 356,101 00000000000000000b63d60592654de05fe2af42d17fb851c302d172d3afa49d 1,725 1.00/1.00 vMB 28
356,100 356,100 000000000000000005e9445fb3604373e39085f5c695e5db0c7b013b520414a4 1,502 0.75/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 780.25 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: 514.13 GB
    • Received: 4.29 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.