Loading Tool

Explorer IconExplorer

Memory Pool

15,787 transactions
11.47 vMB
0.05290769 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.21/200 MB

Candidate Block

Mining Attempt 17711494f80f264a254892dd646b9cb952e24de501b76ac6d9f5b711d1c98147
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root 79d754929ecf810eeb6b5dbcfc846f9d968fa204ffc522b26dbbf77728c776dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,108
Size: 0.99799825 1.00 vMB
Total Fees: 0.02725715 BTC
Feerates: 151.03 > 2.73 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (636,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
277,070 277,070 0000000000000002dfd0e34e8f503e0451bca0eafa53f766c0da28f8048d4bf2 541 0.51/1.00 vMB 22
277,069 277,069 0000000000000001a3283379eaea9332d27e1d0407042ff502360873d33efe1b 595 0.25/1.00 vMB 30
277,068 277,068 0000000000000001d1f7ad08f4e2e0c794518efb8c77390a914d16e0131bc076 778 0.25/1.00 vMB 78
277,067 277,067 000000000000000333d5d737ec8db44e4b48b75518215ae055d03f2bb2c05919 43 0.03/1.00 vMB 69
277,066 277,066 00000000000000023dfb49f5c2063559e7f2345acb1bfd60e89d72a304c85bce 2 0.02/1.00 vMB 10
277,065 277,065 0000000000000000b0ef89c5c6a9f0b114044f6ccc63692e28eed95082352d70 20 0.01/1.00 vMB 23
277,064 277,064 00000000000000015050b7f82867fb321f9f223791920c77ed35a053c7d41d51 129 0.15/1.00 vMB 86
277,063 277,063 000000000000000280b271869b338cbe97fb6c38451663686f6f8ec16f46fd34 79 0.11/1.00 vMB 24
277,062 277,062 000000000000000112d20dae7ad3d5bde70a1b1f6ccfa61c69251bf08ef79190 385 0.23/1.00 vMB 33
277,061 277,061 00000000000000028cce155f79e8d9a5545ceb5df3fab3abbe8d511c29fa3a7f 212 0.25/1.00 vMB 19
277,060 277,060 00000000000000007ae4ea90af4143980bc8487bbaee82a08ea43cf38eedd3ac 427 0.25/1.00 vMB 44
277,059 277,059 000000000000000110f6dd441e9e4c7320082bf7db47df7854c83a6cf29d18ec 594 0.25/1.00 vMB 61
277,058 277,058 00000000000000024ba27c9a68d6c15a5ebbff32c9c0df21d3d6714ad61b3e6e 414 0.18/1.00 vMB 47
277,057 277,057 0000000000000000d5848e7a97b4d06eedeee73a13bec1dae113e2dbb5acb778 59 0.03/1.00 vMB 27
277,056 277,056 0000000000000002823cafc246fc459163dde26e8cc11f94b85ca83eebcc80c0 341 0.16/1.00 vMB 44
277,055 277,055 0000000000000003407ac133fdcc363a11f4199ac7b366b4f05f318690f511d0 214 0.09/1.00 vMB 48
277,054 277,054 00000000000000012699f7241050c39a221cba672bcb33f041102bc40dd213ed 264 0.12/1.00 vMB 43
277,053 277,053 000000000000000154f51d87d9299b2b1ef7fba0f476c5a0086a5404b1e7a738 190 0.08/1.00 vMB 64
277,052 277,052 0000000000000000891bba51cc59e76163d5269f2b5c459f89f40fea4e1278b6 360 0.17/1.00 vMB 55
277,051 277,051 0000000000000002acc26c11a192b3e03d219626b0794ae8848278e72960766a 136 0.06/1.00 vMB 51
277,050 277,050 000000000000000354e0d40c23c3d639b843fb484a0c5ad014968cfc2687c987 7 0.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 517.21 GB
    • Received: 4.51 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.