Loading Tool

Explorer IconExplorer

Memory Pool

78,471 transactions
29.50 vMB
0.07567849 BTC
Random Selection Loading Transactions
Max Size: 177.63/200 MB

Candidate Block

Mining Attempt 598a8ce142248d1dda0fd1110001e470e7132e23bca5bf857c53c7b2cfb791cc
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 2eb9c5eb03b3e7ef6a958843239ea66c68ee222f822c0631bdb1aea5a6f8c7cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,874
Size: 1.00 vMB
Total Fees: 0.01372846 BTC
Feerates: 40.26 > 1.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (124,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,239 790,239 00000000000000000004f517d39dd574b1be3a4ef56210e6f65e3de2ed3cba58 2,645 1.00/1.00 vMB 91
790,238 790,238 000000000000000000011671dea6aa65c815d364229dc7793d39d747a4f2ec0d 4,035 1.00/1.00 vMB 32
790,237 790,237 000000000000000000045acc5962d066618cc8ddac654623005a584a20b23483 3,150 1.00/1.00 vMB 59
790,236 790,236 00000000000000000000a5b9ba036f142a02c7a0e4f4f4ca97936f3766a487cc 3,105 1.00/1.00 vMB 72
790,235 790,235 00000000000000000004ae6f2bc53f3a7e9b17fbe30c05caa018c226769a2283 2,954 1.00/1.00 vMB 83
790,234 790,234 00000000000000000005d2b22ec8b261fac71afd67fbc36533c26578cf7ad73b 3,065 1.00/1.00 vMB 64
790,233 790,233 000000000000000000040a4f3e43722632f151667d9edf47a09b5128b4caf95c 3,281 1.00/1.00 vMB 72
790,232 790,232 00000000000000000005bb0db455def05e3e49619ab7ace155f91244020ebd2b 3,039 1.00/1.00 vMB 34
790,231 790,231 000000000000000000006561f99ba195c9f36166e661d7d329f391a5913b9f4f 2,888 1.00/1.00 vMB 83
790,230 790,230 00000000000000000005dad77094aec22fef838c2efaa7458a0f5f46c8f4a6bb 3,282 1.00/1.00 vMB 43
790,229 790,229 000000000000000000053442637f419a62126186aa187e7fb731289b1cc4c93c 2,758 1.00/1.00 vMB 26
790,228 790,228 000000000000000000018beb11a04e57e1563c6c9ad0e55369aee42ae5699e8e 3,369 1.00/1.00 vMB 33
790,227 790,227 00000000000000000001cdd3adb0f693f5bd72c427f5bf58fe4156122fe7ed41 1,838 1.00/1.00 vMB 30
790,226 790,226 00000000000000000003e9c0f1e2deb1f3405f867d6a0f7fd2dfab86039a945b 2,339 1.00/1.00 vMB 61
790,225 790,225 000000000000000000002267ff66f878e1803ad87339bca53bf8579b29e6d4a7 3,060 1.00/1.00 vMB 40
790,224 790,224 000000000000000000037f33d3d90c97d110c5f0bc49ced95a4fff1fa1ce4945 3,856 1.00/1.00 vMB 68
790,223 790,223 00000000000000000005c3e5856005e03edebd8ab2a603d89f8a58be4b30f82d 1,557 1.00/1.00 vMB 65
790,222 790,222 0000000000000000000318f25c328f2e6989dbd5925cc3a335def2089117d9e9 2,621 1.00/1.00 vMB 55
790,221 790,221 00000000000000000002cdfdc2b475765665eb592b3879f39be19f115b7aeb2d 4,087 1.00/1.00 vMB 72
790,220 790,220 000000000000000000015184e43d5c32c274e79ffb9ac4a386879d6acd5afb0e 3,251 1.00/1.00 vMB 64
790,219 790,219 000000000000000000048ded9dec47d0ad0031d4161c6980c603d7c81698bc45 3,972 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.