Loading Tool

Explorer IconExplorer

Memory Pool

46,526 transactions
29.88 vMB
0.08535364 BTC
Random Selection Loading Transactions
Max Size: 159.07/200 MB

Candidate Block

Mining Attempt d8dd128f4d1821ae3b24e5223370c37b8050690b8f31c40484c6efdd2a0586db
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 366514ba92abfd837bfcb2e2981cda202f2dd1be6abb9aacc9092c735910f6b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,776
Size: 1.00 vMB
Total Fees: 0.02720430 BTC
Feerates: 110.38 > 2.73 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (726,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
187,908 187,908 00000000000008a95b25ee2fda421cbe53cec4f056a8b9ab7fde0024b4089ac2 248 0.11/1.00 vMB 128
187,907 187,907 000000000000022cd4adc3b559515b6aef1c9506a329d9a6ee33827ff40a5e84 460 0.12/1.00 vMB 172
187,906 187,906 00000000000002c8cacd4d8bfb2b833927f3094d61e5dcc853882b256ad7a261 5 0.00/1.00 vMB 0
187,905 187,905 00000000000007170128e22f6ef441c9f6e2c24efd4f4dec8c7a6a15bbcbe070 15 0.00/1.00 vMB 68
187,904 187,904 00000000000006012b42a48c2359bf06fd8c40053cf650e8298633cb3237a5fe 36 0.02/1.00 vMB 53
187,903 187,903 0000000000000071f5c2fa011f9a840b7758a7ba9e745dcdde29d2d7dc770f51 421 0.21/1.00 vMB 107
187,902 187,902 0000000000000691da8def39026677513e325d9bb6d4dc5127a4aeeb69de3303 67 0.02/1.00 vMB 167
187,901 187,901 000000000000046f6d4db41936a11ee8d5c5a7ee534d0d9342daab1659ae9e54 1,238 0.50/1.00 vMB 80
187,900 187,900 000000000000088da52656394bf954c9900c09f96746f85c7458f69284eb79d5 206 0.06/1.00 vMB 159
187,899 187,899 000000000000012c935c8ff1df87a42c474c0a2f6bcdb6f8a03347023f338598 182 0.05/1.00 vMB 123
187,898 187,898 00000000000002762655edc1b7133d01d09757edcba659e3a26e4b10458d09f6 389 0.10/1.00 vMB 191
187,897 187,897 00000000000006d2a01bdcce55afd008091cd5dcf6f51ea87b3bd4a863098f69 13 0.00/1.00 vMB 1,713
187,896 187,896 0000000000000175cb964db4e257170fb5c72bb702558a72e257fb4d4adef95d 151 0.05/1.00 vMB 351
187,895 187,895 00000000000007622a3d366d113193ffd1975a13257dfe829934264080681ae8 31 0.02/1.00 vMB 74
187,894 187,894 0000000000000609ac8e5a050598d8203644470022f4733be7382e413f8445e4 63 0.03/1.00 vMB 93
187,893 187,893 00000000000006a9037aac661c1be69a796906ee5f95b3ab8edcd6ce7c68194c 90 0.03/1.00 vMB 13
187,892 187,892 00000000000006f513f35167cb90804532fe654b5d8979683a8e6832729dd83f 385 0.17/1.00 vMB 298
187,891 187,891 000000000000080d731a50b32e246c865562ade12dc46d4647f98b2803a8f5b6 76 0.03/1.00 vMB 195
187,890 187,890 00000000000005c702f10bacad8f612266264b392cd6eaad86bead687bc95b82 32 0.01/1.00 vMB 0
187,889 187,889 00000000000007945ad08752e4d4e43a7c888ac8d1293d1f83251f2f5c8b60aa 91 0.04/1.00 vMB 230
187,888 187,888 00000000000007ab2ddc176651a6ef7b8edaa4df6abf42e1b788373e0cbcf9b8 24 0.01/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.13 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: 652.38 GB
    • Received: 13.75 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.