Loading Tool

Explorer IconExplorer

Memory Pool

21,514 transactions
10.14 vMB
0.03941142 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.46/200 MB

Candidate Block

Mining Attempt d58b7e9aada590a6eedfb32cbe0e2d363d2bab61c004e7670100ed96bae4f256
Version 20000000
Previous Block 000000000000000000015c0e20f4580acd284504ea221646dda702c5bc06f2e8
Merkle Root 0b877e841dba309add2e0199ca561755c77d212303226143f00866fa0a7b9a5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,086
Size: 0.99799075 1.00/1.00 vMB
Total Fees: 0.02298659 BTC
Feerates: 502.67 > 2.30 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,576 (636,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
277,079 277,079 000000000000000197869993938d0de0428b6eada0ac84c3f31df9a516224e39 426 0.23/1.00 vMB 44
277,078 277,078 000000000000000268d3f985177f9fbc1cce0bd80f5805e0f4be76de77119cf5 396 0.25/1.00 vMB 43
277,077 277,077 0000000000000000eeae3316441fa75980bb33da1ebec31d385dcd50b57e119f 52 0.03/1.00 vMB 47
277,076 277,076 0000000000000001aa3aac1104a2e309ebdadea0d0a989167d54700a14818815 417 0.21/1.00 vMB 51
277,075 277,075 000000000000000012cc5fd890a9dc36425cc06c3f73b2b8eee7431ae5afc5ba 33 0.03/1.00 vMB 27
277,074 277,074 00000000000000011355d5b8fbfe09bcea645c60bc02cce7b8f4ebcf80fdcb86 291 0.14/1.00 vMB 15
277,073 277,073 00000000000000013dd7965788fd0c7a592e5505776a4b68fe61c7cec6d00f38 148 0.16/1.00 vMB 14
277,072 277,072 0000000000000002fe4775d07ff2a64341b34fcd68e24937a52320a3bf6d6a06 619 0.25/1.00 vMB 64
277,071 277,071 00000000000000011c8e7e168650a55ff488981cd790e182f56cab144c6d4fd1 260 0.13/1.00 vMB 52
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
Previous 10 blocks ↓
Total Size: 779.86 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: 445.62 GB
    • Received: 2.44 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.