Loading Tool

Explorer IconExplorer

Memory Pool

35,389 transactions
25.96 vMB
0.06967917 BTC
Random Selection Loading Transactions
Max Size: 131.96/200 MB

Candidate Block

Mining Attempt b1dcb29bae3aa2e8bbe69d4aa3ea02c1ab4dd02d8e93d725052c1de93112b244
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 3c3a3d7e08920cf5922e69710fec4676910807ed45afe4d0878a77d5ffc1ab49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.02169192 BTC
Feerates: 250.88 > 2.17 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (525,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,994 388,994 00000000000000000959a7c9f96b93d72e96259db75e239590e1c86b2e374a6c 275 0.11/1.00 vMB 110
388,993 388,993 00000000000000000141efa999b6244c68a939f4d6ad4174b590424936a44f3c 1,178 0.45/1.00 vMB 39
388,992 388,992 00000000000000000091c31ad0731ec6c03430792c821229f893c79880dd8f4b 534 0.35/1.00 vMB 41
388,991 388,991 000000000000000009d17f4585df8ee772c0a88808d2518bd16c17d27c2a781b 1,537 0.75/1.00 vMB 36
388,990 388,990 0000000000000000086025e9e95704db94125baa747d513a43baa5d4cb3b0e2a 851 0.37/1.00 vMB 43
388,989 388,989 00000000000000000d742c1013f4a35a2a2df129d5ff91abf6976f153ade6fb0 1,500 0.99/1.00 vMB 24
388,988 388,988 0000000000000000050d1b13e2335a60bb041e654231bfdfbf6208e6c268192a 716 0.34/1.00 vMB 34
388,987 388,987 000000000000000007291f404933abc44e34c18a1113c3105acffd163d0a50bb 745 0.41/1.00 vMB 29
388,986 388,986 0000000000000000084803d969e9b56fbe0f1e1c86c6e69505c98e40fbd5ab91 2,371 0.92/1.00 vMB 41
388,985 388,985 0000000000000000089f6d54130984f885ca5b794a53b9a7648c3e3f04f1b3a6 123 0.06/1.00 vMB 39
388,984 388,984 000000000000000007d20f99248112a5dcf8c33b2339f4bbc0bfa4dba907a403 831 0.48/1.00 vMB 24
388,983 388,983 0000000000000000089da3d99566c0119167143f010815d985ce9e5c2ad386a8 2,814 0.93/1.00 vMB 43
388,982 388,982 00000000000000000d05201150a5271adf84c53a95312048e9cb8cf3312ac3b6 514 0.59/1.00 vMB 19
388,981 388,981 0000000000000000058c98a9b4f53976ab34f90b5b7104b5ffaf796420980fcf 1,007 0.38/1.00 vMB 39
388,980 388,980 0000000000000000050143bd6717669766b17c961e1ebba9db0e79916d30556d 2,221 0.92/1.00 vMB 39
388,979 388,979 0000000000000000005e745d32addd41c8d7cb4e2991cd126ea6b56e77ca13fd 629 0.22/1.00 vMB 38
388,978 388,978 00000000000000000382a0601a6c9f88ebe34be493656ccb91c48b68912b5952 477 0.24/1.00 vMB 32
388,977 388,977 00000000000000000a685d8d3dcb12c7d6d377ddae188c89e02c14446521d549 1 0.00/1.00 vMB 0
388,976 388,976 00000000000000000bb49f2b1662a61d72646c1d390147acba82b5437045870b 1,906 0.80/1.00 vMB 38
388,975 388,975 00000000000000000b2fee27a336e6d3baac304ba009c3344df5d52d6320fa3e 1,297 0.55/1.00 vMB 36
388,974 388,974 000000000000000005e80fb2f95d43fab6af12d1c6c5e0db945356d73543222b 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.44 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.