Loading Tool

Explorer IconExplorer

Memory Pool

79,415 transactions
29.50 vMB
0.09196649 BTC
Random Selection Loading Transactions
Max Size: 178.50/200 MB

Candidate Block

Mining Attempt f4c78d44b679897d0d10d9552f0e7e545543ae87dee804b11c9a6a530ba6aee0
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 4ca2fa91f42cf51fde4bc71e5a00ba3a98ff2173d6c150b66991f8c1c7a958dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,787
Size: 1.00 vMB
Total Fees: 0.02988830 BTC
Feerates: 301.60 > 2.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (510,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
404,529 404,529 00000000000000000520e972c401d586d6c2e0be985feb4e0275654444d157c0 1,526 0.93/1.00 vMB 25
404,528 404,528 000000000000000006a13300b1b819c2a0a9461b9399d10bb49882ffe87fd192 2,398 1.00/1.00 vMB 38
404,527 404,527 0000000000000000030f694a584aabae78eba31ade5cc34990d35ae0f13d89c2 3,561 0.99/1.00 vMB 68
404,526 404,526 000000000000000004c4b324f99dff10ab0fa27b6f9adbaee90b82b4e3698b87 2,546 1.00/1.00 vMB 45
404,525 404,525 00000000000000000161fb8001d1bceb85d42a4d7dfc32c4f66e09895a9c0cfa 2,625 1.00/1.00 vMB 51
404,524 404,524 0000000000000000059301139298ddc41ae60037e61351774f1995de9c43eee5 1,396 0.74/1.00 vMB 35
404,523 404,523 000000000000000005b1d772be25915e7a4b8c1907bbbbb92a79a1cfa0347792 432 0.19/1.00 vMB 33
404,522 404,522 00000000000000000191e37c085b2a71e73a71a1c91187941a97d4d04fcdb7d1 1,369 0.67/1.00 vMB 48
404,521 404,521 0000000000000000065ff1a1d072545b7a24ba29dad384b04e1a36938aa16605 785 0.52/1.00 vMB 44
404,520 404,520 000000000000000003673888ee07e97e82c1fc78f88bb8ec0d44b5345a6bf6a2 181 0.08/1.00 vMB 38
404,519 404,519 000000000000000000bc6947503bfa6f342b5de5c33bef0f7468439568c910d7 328 1.00/1.00 vMB 7
404,518 404,518 0000000000000000009949fb8fa54ac7c4228c7e61bdf40fe6b70a5098a8cf99 1,821 0.75/1.00 vMB 39
404,517 404,517 0000000000000000068fabf3d5cbd18508e5e0aaa318b83232f071249a7e41af 264 0.18/1.00 vMB 25
404,516 404,516 0000000000000000000b84e34f9054f48817031f553be58060f028e5ecd9280d 214 0.13/1.00 vMB 22
404,515 404,515 0000000000000000033954acdc45fb8f150323a7f3cfde1e13e2b78c156840a0 336 0.16/1.00 vMB 29
404,514 404,514 0000000000000000012d376e7aa2e1de892030ba5c2dafef6facd82895d4f102 781 0.44/1.00 vMB 31
404,513 404,513 0000000000000000066898ed526fd5b17f024efebe16f4535202767af88f6576 1,686 0.74/1.00 vMB 37
404,512 404,512 000000000000000001393f1b53c0c2b125e8a2b9be8f7b52b20885c1a4f2414f 1,020 0.56/1.00 vMB 35
404,511 404,511 0000000000000000043019f051a7dffdfa8fcb9235a5458786e81c6e42dcc424 492 0.26/1.00 vMB 31
404,510 404,510 000000000000000001a7be705f37742274a221a06878fcd5fd1cc0142a4b259d 149 0.12/1.00 vMB 16
404,509 404,509 0000000000000000035570124a79d3649b50dae3fc1574d303d681e10c432375 458 0.21/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.