Loading Tool

Explorer IconExplorer

Memory Pool

77,703 transactions
28.59 vMB
0.09894857 BTC
Random Selection Loading Transactions
Max Size: 173.76/200 MB

Candidate Block

Mining Attempt 60438af50a2c9520ab3f3e03d6f135577cf1021cd658a268bcc7198f533d9d21
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 5dd9bd5094771aed67f7923388cc67cf02cf15052ffa8e1c3ed12bf5d4889864
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,900
Size: 1.00 vMB
Total Fees: 0.03340228 BTC
Feerates: 201.07 > 3.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (294,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,543 620,543 00000000000000000008f9d420ce433ee7001523313f706fca58c6a019f472ad 1,249 0.91/1.00 vMB 4
620,542 620,542 0000000000000000000d462e00e51753768f9f728ed8741791c2eec432ee4601 1,137 1.00/1.00 vMB 3
620,541 620,541 000000000000000000064d4f35309b7e84fde69338d2c01ba20569686ee2b0cf 2,592 1.00/1.00 vMB 2
620,540 620,540 00000000000000000009faf467102b7ca597b960e1cda99a768ed47ac848529d 887 1.00/1.00 vMB 15
620,539 620,539 00000000000000000005095279eeca53c040d8b722ef6a2267dc4af7644814ab 3,023 1.00/1.00 vMB 26
620,538 620,538 0000000000000000000fb83dcaeb5ed8d7b9419e2af59eabc1eee7c85c27c3b6 2,071 1.00/1.00 vMB 17
620,537 620,537 0000000000000000000138a0deb99666b5ed659f835a1c8606018fc5d5c1228f 2,360 1.00/1.00 vMB 13
620,536 620,536 0000000000000000000024dc370d450c285d6195cc7f389edc2c4370d887892c 1,611 1.00/1.00 vMB 21
620,535 620,535 0000000000000000001131dcce51f514a4d5f8ddc7420718bc7af54e0f21293d 1,223 1.00/1.00 vMB 2
620,534 620,534 0000000000000000000119e179a3169afe7e1dbd867cb9070a6f75a583b98fb3 2,309 1.00/1.00 vMB 14
620,533 620,533 0000000000000000000eb390eaecb469b16f5982fbb4bdf1e6079c5c3c7e7a7c 2,008 1.00/1.00 vMB 11
620,532 620,532 00000000000000000001d781ee8b3338e5a4f8f47918efe1f663e73c01fa423e 3,389 1.00/1.00 vMB 20
620,531 620,531 0000000000000000000fe843d7060e8d4f1c2d37e5bbd81b370d04e858cb68e2 2,183 1.00/1.00 vMB 9
620,530 620,530 00000000000000000007bd8a7edf9d6d8e4ce550bfd45154755b04742e8abaec 2,787 1.00/1.00 vMB 19
620,529 620,529 0000000000000000000bdba3a4f714e794b3acf0c601e6779588e132268bfd9a 2,229 1.00/1.00 vMB 26
620,528 620,528 000000000000000000048d30074a01e2bc465126e453319e6052472589e641b3 2,946 1.00/1.00 vMB 22
620,527 620,527 000000000000000000114f9df03b7a1afe68ddb3ae16a05e08ffa59e820080ab 2,695 1.00/1.00 vMB 16
620,526 620,526 00000000000000000007c7f70352802a366030e87c655fb8d4d1e8590af09de8 1,004 1.00/1.00 vMB 6
620,525 620,525 00000000000000000002a07d90c217a89a8832c35a7c7d2504bee20bc63c088a 1,829 1.00/1.00 vMB 22
620,524 620,524 00000000000000000008daaaface1cb69c5b8bd5d94abd6d500981ef7e7d046b 1,609 1.00/1.00 vMB 4
620,523 620,523 00000000000000000000453413d687fe9df52952ccc6e456f449ea43fbec12f1 2,665 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.