Loading Tool

Explorer IconExplorer

Memory Pool

77,249 transactions
28.47 vMB
0.08931551 BTC
Random Selection Loading Transactions
Max Size: 173.26/200 MB

Candidate Block

Mining Attempt 80a23a59736df3fd3c6cb3f90ddc0a9aa9a99f606e1a754539036bde64f911da
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 9e590cfbe92b42503a9c94b8aa53b4aef5f34e2b7879cba441f4b006fd08c62d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,715
Size: 1.00 vMB
Total Fees: 0.02527144 BTC
Feerates: 477.45 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (409,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,462 505,462 0000000000000000000c6e5a4c65f0abe52409835e2118fd798c174f5d1f5154 2,553 1.00/1.00 vMB 311
505,461 505,461 00000000000000000024c0989c172d73a25d6c2e3408ecbbee3ffd445eb70c76 999 1.00/1.00 vMB 192
505,460 505,460 0000000000000000004b67e7c575c09077df47ecf816b65314ee41f7128accb0 205 1.00/1.00 vMB 129
505,459 505,459 00000000000000000015c7e0472543ae0e750f0d4e20a069ef91d012fbc3a10f 977 1.00/1.00 vMB 194
505,458 505,458 00000000000000000030be07d1604587a2cc8ab1b74ba3f861a9d47112081a31 421 1.00/1.00 vMB 134
505,457 505,457 000000000000000000050681ddf330759c2601a8a19c38f5c27b92b178cd4a4e 370 1.00/1.00 vMB 148
505,456 505,456 000000000000000000544a2459e9f481920aca50766a47c2c9878bba2839aa76 1,652 0.99/1.00 vMB 272
505,455 505,455 000000000000000000718c80f75727ddce5f2849e8b7f36be93c89aefcb2b4c3 977 1.00/1.00 vMB 255
505,454 505,454 0000000000000000001f9a137f604d5a3f6154f7875af635a7e16f786af3b24e 2,405 1.00/1.00 vMB 362
505,453 505,453 00000000000000000026be0f7f5b57920c1875fe5382eab2720c428ca7698061 1,038 1.00/1.00 vMB 98
505,452 505,452 0000000000000000004b20cd22b080c27606b2a98635169991e0fa69757a3a66 628 1.00/1.00 vMB 44
505,451 505,451 0000000000000000006c4b4e32b6d3005a86df2555f4f4182994d6cd275ba1bb 1,665 1.00/1.00 vMB 177
505,450 505,450 00000000000000000046c42d6199b375c12974cfb776dc85a18a2b148ce62a59 1,547 1.00/1.00 vMB 248
505,449 505,449 00000000000000000049f404153576f75ecdea6fa7f3e44bd3acc52dc7eac474 1,055 1.00/1.00 vMB 55
505,448 505,448 00000000000000000014eaa9e8f4cb9e388098f89a5591212f25d1ef45abece6 1,848 1.00/1.00 vMB 175
505,447 505,447 000000000000000000352d3e5b11ef9f1188af76e0e1125d1cf2baed44a46254 1,657 1.00/1.00 vMB 337
505,446 505,446 0000000000000000003c7e2f793e57194e0d573a0dc0dbb7b2aa2341cd6ec7ce 1,529 1.00/1.00 vMB 164
505,445 505,445 00000000000000000074c0e4a5f4684215eef627a224215b825745baf3681f36 1,054 1.00/1.00 vMB 104
505,444 505,444 0000000000000000003c07dce0a63fb0944dda2f31e4e3c170cdd85aae900cff 1,815 1.00/1.00 vMB 224
505,443 505,443 00000000000000000065561f2a5aa4fda707f1b71fa401b7aa0037474df030bb 1,467 1.00/1.00 vMB 189
505,442 505,442 0000000000000000003d971149be2fe3f484cbc08a7b20357323cca25c5120c1 116 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.