Loading Tool

Explorer IconExplorer

Memory Pool

30,648 transactions
10.38 vMB
0.13221817 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.14/200 MB

Candidate Block

Mining Attempt 0b6b465ee6f1039f84d04aee0316b0ec4adc77501a01d94e1c8baeffd8a33f8a
Version 20000000
Previous Block 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0
Merkle Root 1920cc6ad5c046eb6170c58ce2cc8d903abf917d7015937bbb7a1f0be14dd109
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,488
Size: 1.00 vMB
Total Fees: 0.04347414 BTC
Median Feerate: 3.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,221 (720,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
192,891 192,891 000000000000037089d8e40d31c917a7a3da272d2a0a07d0bb7585af868aea7c 111 0.04 vMB 144
192,890 192,890 00000000000003e4901b4ff038e7f9c521f221b5b31048cdd96878a77ac35b98 335 0.25 vMB 130
192,889 192,889 000000000000044a5c5b59f2ab97470d318cfec3fb847371a978381855915a7a 79 0.03 vMB 62
192,888 192,888 00000000000004928f11a5d066567862748555b058417ec0314488b40e9e171b 5 0.00 vMB 0
192,887 192,887 00000000000002ad29566d57959c36c944b732d7cace906d24c650b12302da3f 521 0.23 vMB 126
192,886 192,886 00000000000006d3e605ef716646323a76b6b19072c77262165806737b32e71a 134 0.05 vMB 98
192,885 192,885 0000000000000613a776dc6031e5482f934c6f2131666020b40c81d6ea768b3b 678 0.23 vMB 160
192,884 192,884 000000000000054f96748ed18cc40065decc19f6922e68bf40296681187d1f28 141 0.05 vMB 43
192,883 192,883 00000000000003a0fc0b771327f67ece88b4c1eba6b16b244dfe670c837aac0d 256 0.11 vMB 189
192,882 192,882 00000000000001ed239005bf46732ab08477af4d0f9a71cfda80989849476fe6 168 0.05 vMB 132
192,881 192,881 00000000000006e7c82f2e97869b2a6346a83e08d636cd1e8d5a309bc59d6d56 128 0.05 vMB 122
192,880 192,880 000000000000052ea2fe5606ba7f9bf9dd4fbfa683db5d0413224d6730a7b9de 512 0.18 vMB 190
192,879 192,879 000000000000063ce094075021be766d9a32872de7feba1a5e97273ecca75ecc 125 0.06 vMB 120
192,878 192,878 00000000000005a791cb195e3517308ce868cfd75567e0ff0a6b8e9ee7797e98 323 0.10 vMB 159
192,877 192,877 00000000000000d3f219b372a647a2c1b5b1d726c251dfdf0fa726a952d35815 550 0.25 vMB 146
192,876 192,876 00000000000003c3e4224a6cb3cf242aef3cf13625e21d9b3828b787966087c7 143 0.04 vMB 4
192,875 192,875 00000000000001b9bc36752590edcb781e41b6cb6457bfe935de3d54d486d1da 256 0.12 vMB 130
192,874 192,874 00000000000007d37d229042ad091fa470913c128564154c22a3c671fcda374a 10 0.00 vMB 0
192,873 192,873 00000000000006c9600cc2268273d3713f8a4edc9a02d2150d5fceb1d7db9a31 477 0.17 vMB 145
192,872 192,872 00000000000000c4460aba52ffe71228a80a8f4472e69d5c146375d853bbd162 191 0.08 vMB 115
192,871 192,871 00000000000001402549772b82a9b07737cceb1dfc61cc5993dda76cf6b85206 15 0.01 vMB 59
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 69
    • Outgoing: 11
  • Data Transfer:
    • Sent: 24.35 GB
    • Received: 0.48 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.