Loading Tool

Explorer IconExplorer

Memory Pool

80,863 transactions
29.50 vMB
0.10208764 BTC
Random Selection Loading Transactions
Max Size: 179.65/200 MB

Candidate Block

Mining Attempt 8cdfca68282a320c0eb09d4a8122ee0f5dd5c9d84891f328772e6c6271707714
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 847d6f4c6077a37cef0f2a5356eedf7c3d4cc3a4cda12845fcb50ada2a2d706f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,196
Size: 1.00 vMB
Total Fees: 0.03992688 BTC
Feerates: 146.36 > 4.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (499,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,550 415,550 00000000000000000468e7eca0454aebe9902b7b85c97811a40cb6b5604d16f5 661 0.27/1.00 vMB 44
415,549 415,549 0000000000000000049b70c2fb124fdb9d11d5327eb2f4e59a7b36cbfcea4d3c 885 0.44/1.00 vMB 40
415,548 415,548 000000000000000001db86af5bf8d7f496ae67ddc33350bcfbb0aba2f7cb7970 977 0.42/1.00 vMB 57
415,547 415,547 000000000000000001319a3d8c3c0c9757dcb1e55215cce2d57fbd8e1657d38e 701 0.32/1.00 vMB 41
415,546 415,546 000000000000000004a46fd1d36b058672d55485b3dd4fcfe7ec6932ae05f13d 1,990 1.00/1.00 vMB 42
415,545 415,545 000000000000000004bf16bb0691a5ee23f658370a4bab0efbf84f28de3b4d47 712 0.40/1.00 vMB 36
415,544 415,544 000000000000000004f068274a1e23282ef50f1d69a3c57483327b9f252a1923 1,292 0.59/1.00 vMB 37
415,543 415,543 000000000000000000eb72e5494473515780dc1f3d5f6f23709438dc6f4be16e 841 0.42/1.00 vMB 49
415,542 415,542 0000000000000000041f8a2d0d7d3dd28e9f39b08b17c33d1b5fd0dc85665e5a 38 0.03/1.00 vMB 22
415,541 415,541 0000000000000000025170ed6ff615cec03c788cc8ebbd6346050f1befcdd9e4 1,459 0.79/1.00 vMB 37
415,540 415,540 0000000000000000026082b9f519eb816062b27c848f2f834028955441b7dcd5 483 1.00/1.00 vMB 7
415,539 415,539 0000000000000000044bee3145bb2ee1af2b3382c0d728eb44cc7bb04b4ba032 1,089 0.49/1.00 vMB 51
415,538 415,538 000000000000000001be7c4e87a3d83b24261179930ac31114de93d5744310a8 1,443 0.97/1.00 vMB 29
415,537 415,537 00000000000000000081181aca7863eb3120ab26e1e41177e021a5f09581a612 2,969 1.00/1.00 vMB 66
415,536 415,536 0000000000000000059453a1a6cd887bfdb80b48bfc227984a1e10dbbc007529 1,682 0.78/1.00 vMB 44
415,535 415,535 0000000000000000050693ba79d9752f725eb7d915f6ac260d94d2cf8e92c6bd 788 0.95/1.00 vMB 22
415,534 415,534 0000000000000000010eb65e0caef99da68e56ac2d41dad4bdfdb2d4fa454cee 1,652 0.99/1.00 vMB 37
415,533 415,533 000000000000000002b3ae01eee769a035231a67a26854e6be98668a679e50e6 890 0.99/1.00 vMB 22
415,532 415,532 000000000000000003aaa322d226445069d3f82bce7afab63f32c15864dca8c5 2,520 1.00/1.00 vMB 52
415,531 415,531 000000000000000001bc6d41977f5fa479ea64cae7bf7cdd16dd7b3037a25658 2,726 1.00/1.00 vMB 53
415,530 415,530 00000000000000000558921c0bcab84aa1252fd083dc3f9479af67dc37d23dcc 2,464 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.