Loading Tool

Explorer IconExplorer

Memory Pool

49,140 transactions
30.18 vMB
0.16587736 BTC
Random Selection Loading Transactions
Max Size: 161.38/200 MB

Candidate Block

Mining Attempt 09ca0a5e19d496ec748ed685dbc08b1cf38cdc33053c077985d917748e2b4123
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 41ba33a029d3c9e4bc5059c2d59511524061156302be74c694c78e64950c8a2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,148
Size: 1.00 vMB
Total Fees: 0.08834355 BTC
Feerates: 261.10 > 8.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (733,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,207 181,207 000000000000042562ae30905e7c4d31a4b641374309636ac72e03627994956a 299 0.11/1.00 vMB 117
181,206 181,206 00000000000002eb455728ce7ac661146bb381df0cdb100b67c275e075007b30 555 0.25/1.00 vMB 153
181,205 181,205 000000000000088f034af44847cb90646f2c87a510ed67618e3b45bf461fae01 131 0.05/1.00 vMB 107
181,204 181,204 000000000000045497bf53e48b19d43c8ee1158a278dd910a27ba520398f6202 109 0.05/1.00 vMB 77
181,203 181,203 00000000000004c035e9edee89b4de53663ea4697325f331c20b0a01ae55939b 181 0.05/1.00 vMB 9
181,202 181,202 0000000000000838ebd5e67a992a852326215841010aa41d2cb61667f8d97428 128 0.07/1.00 vMB 91
181,201 181,201 000000000000071af41eb7327b35b0b6a1ca9ad2da837cdc1065f6351c622739 135 0.06/1.00 vMB 123
181,200 181,200 000000000000029786603927610232eddd7de06e9859bea62e2423a622394c7d 5 0.00/1.00 vMB 14
181,199 181,199 00000000000003c2d19304a7574f66606c2ba4a93330160ed24c6d7eada18714 231 0.10/1.00 vMB 155
181,198 181,198 00000000000009aaf7a2dad539332f34ffb4ecde413b7ada9ca42da9ce397272 271 0.11/1.00 vMB 122
181,197 181,197 000000000000082653bed65de2bfbeac805e61249eb6e9a8794b8eb0c510ccc3 1 0.00/1.00 vMB 0
181,196 181,196 0000000000000738e34ecb163785445b1c25a8df8293569a99617fcee6d1cf0f 224 0.11/1.00 vMB 109
181,195 181,195 0000000000000804c1b51a866ffba32d6a43696d308e954075cf3786df82cfb4 180 0.05/1.00 vMB 56
181,194 181,194 000000000000006fe5f8151fac1851239fecc1b8e21adfc7cda120d925042b73 64 0.04/1.00 vMB 98
181,193 181,193 0000000000000548c5046d3b6c35478113dc392cee219a59dc604588ad37cbb0 546 0.23/1.00 vMB 142
181,192 181,192 00000000000001e34cd84df1ba2e5b759e624f94c82ae01eb85e107f2919d877 132 0.05/1.00 vMB 104
181,191 181,191 000000000000005160508acc8f5f13728f15df4a4996ba753f8dfe633db60687 134 0.05/1.00 vMB 75
181,190 181,190 0000000000000946231062d86937108e3c72a48dcbe1a81e8a5998eb0fa5ae5e 62 0.03/1.00 vMB 197
181,189 181,189 00000000000002469c4528de24c4737ef428eee2704de49ab94fb100b9fd020e 71 0.03/1.00 vMB 40
181,188 181,188 0000000000000667a232fc37eff0aabaca42e3f9994abbe1a7ebee2af0680fb3 206 0.11/1.00 vMB 101
181,187 181,187 00000000000006c501c4a144abcfdb85a9c7c399c36ec0232ecebf7368cb48cb 596 0.23/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.