Loading Tool

Explorer IconExplorer

Memory Pool

73,490 transactions
28.34 vMB
0.07836149 BTC
Random Selection Loading Transactions
Max Size: 167.74/200 MB

Candidate Block

Mining Attempt 2cbd0be96ce0dd84a80cfaa52e7749b1ea286066caac97d5ba37db1b8fd2c576
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root f508fccfa9614596352735f71f9e245abee594623da52a84b58d7f313106e900
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,475
Size: 1.00 vMB
Total Fees: 0.02160402 BTC
Feerates: 152.31 > 2.16 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (334,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,531 580,531 00000000000000000021b94314988fa7c6baa6b237cd668af1c70a3784751d44 2,398 1.00/1.00 vMB 94
580,530 580,530 0000000000000000001b5a96859bcf51c4493467babfadd0413eb35a32c49dec 2,094 1.00/1.00 vMB 96
580,529 580,529 000000000000000000101ea5b942aa88912581da858e03d36ee872ddc5c6d756 1,604 1.00/1.00 vMB 120
580,528 580,528 0000000000000000001454bd60eb5d930abc4691a4ece2a74bda3cbc61dbfe93 2,004 1.00/1.00 vMB 101
580,527 580,527 0000000000000000000f9fb62bd02cf88088bcd797d8e6c0fe606cc1ae3d5c62 2,344 1.00/1.00 vMB 38
580,526 580,526 0000000000000000000b576bf5896bf6f26ce8827fccd8d0e8fe06e60efba4e3 2,361 1.00/1.00 vMB 94
580,525 580,525 000000000000000000118f48301bbde1f316f2eaae9cc53f571edeaf9f79bc0a 2,572 1.00/1.00 vMB 74
580,524 580,524 0000000000000000000114e24a99cd24cce960eaac4a58112c7a35a6451bdf3c 2,996 1.00/1.00 vMB 105
580,523 580,523 00000000000000000021fb9120886301c1f012fedd12ecd89a937086760d6fc5 2,562 1.00/1.00 vMB 39
580,522 580,522 0000000000000000000eceb226fd79243d59452c08b39a318cc867a9c5d47c94 2,581 1.00/1.00 vMB 35
580,521 580,521 00000000000000000004b12ab21bbec7dbfaed6900ba08be555c90fa7072e2f2 2,748 1.00/1.00 vMB 58
580,520 580,520 0000000000000000000d6ae0560b882d78a73934e9ab2fbcf74e1c941596d524 2,322 1.00/1.00 vMB 48
580,519 580,519 00000000000000000025b138a6acdc7f6f75373bfbfcbd5a204a92e4b97e5711 2,751 1.00/1.00 vMB 45
580,518 580,518 0000000000000000000f932eaa0e669dac09ede14dd71c22d47318efb8dde0bb 2,284 1.00/1.00 vMB 101
580,517 580,517 00000000000000000013fe8ef59478b72286d4975f04e083b396b1016ae30f6b 2,800 1.00/1.00 vMB 36
580,516 580,516 0000000000000000001c164230f4435df8d0cb966504a84eb41ab092d2633ab0 2,266 1.00/1.00 vMB 96
580,515 580,515 00000000000000000007ed16aaebf01d83e86920c0c2af5da1944612d4b643c8 2,513 1.00/1.00 vMB 60
580,514 580,514 000000000000000000080b7019adcfc0e329dc4041ae1a202b6eda553ce9c0e1 1,868 1.00/1.00 vMB 76
580,513 580,513 0000000000000000001b9be73e43b62d3e5f2d20762ca67d190ca7c7437c2071 2,456 1.00/1.00 vMB 40
580,512 580,512 000000000000000000107a325a58d7e834b20f8bb0979dba1076c12ef6d6186e 1,585 1.00/1.00 vMB 12
580,511 580,511 0000000000000000001ba01cb949f434a16b1e14231eecb6e44de21b5ab2fd25 2,272 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.45 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: 667.47 GB
    • Received: 15.25 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.