Loading Tool

Explorer IconExplorer

Memory Pool

74,121 transactions
27.36 vMB
0.06605227 BTC
Random Selection Loading Transactions
Max Size: 167.07/200 MB

Candidate Block

Mining Attempt 284fdc02c0551232b27a883e46c15bf564eafd6620d5198ccb587d42de68f007
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root 7a0dcb04c7ef63091c65190b0430ed7ad7e579f320b9e7729f197ef9f6f41e26
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,405
Size: 1.00 vMB
Total Fees: 0.00784628 BTC
Feerates: 80.00 > 0.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (645,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
270,079 270,079 0000000000000002fb5c3a5b32dc431d8cdb973b2daaccf02eca8ea58c7aaaab 501 0.25/1.00 vMB 59
270,078 270,078 0000000000000002ab17f748b97e93f2c00e794395402b0ab31cec8efa70456e 101 0.03/1.00 vMB 111
270,077 270,077 0000000000000005fdecefc55a2e341020a8a1ad0e0cae45fbddb91de38d23f5 77 0.03/1.00 vMB 42
270,076 270,076 00000000000000050ef648ca29841676550b64645545edd3093ae8ab6d4791ae 114 0.06/1.00 vMB 33
270,075 270,075 00000000000000073bab7e6ee9dc3f7fa1fe0df6fd70f80ac4d90cd18d84f5b1 303 0.17/1.00 vMB 61
270,074 270,074 00000000000000047bba4faaf513c04b4de1c5b2e129b381b4cba9364c289831 250 0.13/1.00 vMB 46
270,073 270,073 000000000000000591ca6e1af7f4145b5f2f7169a46057c3c29a0114c57cad52 54 0.06/1.00 vMB 37
270,072 270,072 0000000000000005e106e0bfa7feaf31cfe66e5ad36915c102e1c63ecfb53062 85 0.07/1.00 vMB 50
270,071 270,071 00000000000000082982b113cf3bd4c6b25fdd04bda7a8689443ba9def269981 136 0.07/1.00 vMB 25
270,070 270,070 00000000000000038290720ba11f7a3d9d921d9c0183974b0c7bf02f6fbd747a 140 0.10/1.00 vMB 28
270,069 270,069 0000000000000005fee7bd6e7f47bc0fffb2edfd1889d6e9e01edfb1830249b5 371 0.22/1.00 vMB 52
270,068 270,068 0000000000000007c63a0e2e7266dd0db953e95d83062cfca9e45fd5fd4dbe53 22 0.01/1.00 vMB 15
270,067 270,067 0000000000000008246860d36a88e9371c6d3658339211b433e17b2e5f51a19f 310 0.15/1.00 vMB 85
270,066 270,066 0000000000000004ea8c2a375f8b876b5f3ac1ec205ff6ccd1b4297600e3049c 10 0.00/1.00 vMB 56
270,065 270,065 00000000000000006aa282dfcb1ff7ebc70ffe2e08428d595ea0e5f5fda28cc0 175 0.07/1.00 vMB 62
270,064 270,064 0000000000000002ce927d5ed02998fd25c6d4694ce793454288dc8afb8b8865 90 0.05/1.00 vMB 35
270,063 270,063 00000000000000001e0e48fd4f677189515a925074b09c8fae84ac10b27ee142 54 0.02/1.00 vMB 38
270,062 270,062 00000000000000050588f58a5167c84e42607b2a3e507c69a9c4268b4653888f 266 0.16/1.00 vMB 49
270,061 270,061 000000000000000286b493bf01a23dc728a2e4b779a0715aedc47356283ec841 23 0.01/1.00 vMB 30
270,060 270,060 0000000000000003995a3513f9cc5102cf5e41b862db0f897d7744f751b25104 270 0.13/1.00 vMB 63
270,059 270,059 0000000000000007f21c9fb2bcc844ad370113be9337800dd04c834e5dd3f98b 344 0.15/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.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: 712.08 GB
    • Received: 17.16 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.