Loading Tool

Explorer IconExplorer

Memory Pool

42,358 transactions
26.74 vMB
0.06354331 BTC
Random Selection Loading Transactions
Max Size: 140.35/200 MB

Candidate Block

Mining Attempt bf0475f1c9fe08da32078ec1b26d1dc1dbe82301f742c73962d0edc1696b7187
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root bfd7247f8b96b05d000acadb5103f75adacc1c87e62f57e4c58f7ba1550b3a2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,187
Size: 1.00 vMB
Total Fees: 0.01397408 BTC
Feerates: 181.54 > 1.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (217,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,061 697,061 0000000000000000000391ef662387b09baee1d063c816c61a35f9a6f369e34c 1,621 0.53/1.00 vMB 16
697,060 697,060 00000000000000000004f31ccf7c0427997c0afa398544ca13cf8df3c215a82f 1,664 0.77/1.00 vMB 10
697,059 697,059 00000000000000000000b969a0259e04f72a1f2011e75fff25170780f78dca49 2,490 0.95/1.00 vMB 13
697,058 697,058 0000000000000000000c7f265db96d3d467901e8d299408e13588bbd28ffa67f 2,256 1.00/1.00 vMB 14
697,057 697,057 00000000000000000010027ee98ce25d706b6ff7bf4aeb9c3c840357bfe12f72 2,043 1.00/1.00 vMB 5
697,056 697,056 000000000000000000051fec8381a326e57a1fcf1320333602f85c79f3cf4778 2,685 1.00/1.00 vMB 9
697,055 697,055 00000000000000000011e93ae7eb3d6415b005f959eea439f8d74b2810114d38 2,023 1.00/1.00 vMB 14
697,054 697,054 000000000000000000079f9776ed9e5dc32990340210e43518de555bbf25869f 983 1.00/1.00 vMB 21
697,053 697,053 000000000000000000025a93a4591d8e25ab63c34fd58c5693f77c612e2966bd 1,488 1.00/1.00 vMB 8
697,052 697,052 0000000000000000000491ad9b04c1a1fe1e55ba4fef1769a0e3616ec1273dc1 3,031 1.00/1.00 vMB 17
697,051 697,051 000000000000000000015155e9721a6db08994fe3e2a12e21c2c0024bc8b0eec 1,399 1.00/1.00 vMB 8
697,050 697,050 000000000000000000019ed49f392d20ddc26f8a0af90cc09e0f2e4714c486b7 1,536 1.00/1.00 vMB 4
697,049 697,049 0000000000000000000be4cc5552ee1d2d6e965f1350fcc6fc82f2d6a33bf60b 1,937 1.00/1.00 vMB 3
697,048 697,048 0000000000000000000801674578cc954a844291438e84a095506e185b6d8c6a 2,357 1.00/1.00 vMB 21
697,047 697,047 0000000000000000000c3c81d741a6e2d3811cd895d91bcd8645ed7abed7d1fe 992 1.00/1.00 vMB 8
697,046 697,046 0000000000000000000960bf90313de2b4e002bed177ca0bc3546ff914f10700 2,340 1.00/1.00 vMB 9
697,045 697,045 00000000000000000006686586db29309c4b8244cb7f01aca66336596b9628c7 3,176 1.00/1.00 vMB 8
697,044 697,044 000000000000000000095d8d6a6e1f505fd3ee96fc15d00147e97eaa341f4c25 2,890 1.00/1.00 vMB 11
697,043 697,043 0000000000000000000249b4754c6f69e55b23b4a3190edebda8b7c94de58445 2,238 1.00/1.00 vMB 18
697,042 697,042 00000000000000000006c13256ad48688ca386417c8bf324b3b6b58fb907509c 1,771 1.00/1.00 vMB 22
697,041 697,041 00000000000000000007ad62c8593610a33c2b66848fd3ebb8f8ef66291a4f02 1,190 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.