Loading Tool

Explorer IconExplorer

Memory Pool

78,874 transactions
29.23 vMB
0.06985377 BTC
Random Selection Loading Transactions
Max Size: 175.37/200 MB

Candidate Block

Mining Attempt 9f30399b5703adaf3a866df2e1779c1c21e8997d9209dff3fe359b5e3777c141
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 683d075a4e11a0c7be12e7a5bbc18c8c204601970c90f15e62f03fe33ada3fb2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,439
Size: 1.00 vMB
Total Fees: 0.01046770 BTC
Feerates: 170.94 > 1.05 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (238,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,905 676,905 00000000000000000008a78398290f21e2ea196c33d0297d0412441b8d4d98f7 3,528 1.00/1.00 vMB 65
676,904 676,904 00000000000000000003d8ce4ebfc35a9c3967944d929845f11ebce88a8a800e 2,864 1.00/1.00 vMB 77
676,903 676,903 00000000000000000002da073fd598c8ac9093f81ae1f0319152774b6b6a87e1 971 1.00/1.00 vMB 72
676,902 676,902 00000000000000000005a25ad7d63ce57d019188e8f37c32d7c750646053b384 2,998 1.00/1.00 vMB 82
676,901 676,901 0000000000000000000009bf64def8544fca76d685d51ccb7ce099aeb773f8f9 2,322 1.00/1.00 vMB 80
676,900 676,900 0000000000000000000aba372270772dd977fd89de496b6c2db756550f6c0bf6 2,800 1.00/1.00 vMB 64
676,899 676,899 00000000000000000008bae3dc1455c03045f38fbe1555c423272857959704f0 2,773 1.00/1.00 vMB 82
676,898 676,898 0000000000000000000c369b5d3a6162e1c045b59e1ab5c6b6e4aba13c1992cb 2,972 1.00/1.00 vMB 65
676,897 676,897 00000000000000000008be457afc6f5cb51502f51b93ae370556247462dfb2f2 2,067 1.00/1.00 vMB 68
676,896 676,896 000000000000000000090d3c07a597d336aa6b008c7d4a2057519eb1ce61d347 2,348 1.00/1.00 vMB 71
676,895 676,895 0000000000000000000a0e76f0572d138f9b15444015bb46c2f4c26b5a678afd 3,149 1.00/1.00 vMB 73
676,894 676,894 000000000000000000023b92afbe9c18870eb1a41f5dbae30c2614795a46bd19 2,592 1.00/1.00 vMB 70
676,893 676,893 00000000000000000000ce5a56f125cfbc95177a15ebb68a3e4bda3331a8d076 2,942 1.00/1.00 vMB 98
676,892 676,892 000000000000000000080a1de240a61bdfbdd97309bdaf953ea9f87e23fc9b93 2,279 1.00/1.00 vMB 71
676,891 676,891 00000000000000000006de5715a5529cea213fba272834f776b3141a44f04450 1,552 1.00/1.00 vMB 67
676,890 676,890 000000000000000000004bf4db22af62f50b4cb67acb3431de4947a4c7445bfe 2,866 1.00/1.00 vMB 76
676,889 676,889 00000000000000000004377674231c1e7482b0d95fa619fe39cbbdfeab643ffa 2,021 1.00/1.00 vMB 81
676,888 676,888 00000000000000000004c8828b642b2b2e234dea0bf349c4597b8703c955c872 574 1.00/1.00 vMB 71
676,887 676,887 0000000000000000000c2732652791feda4994fb5a6e75942062df3375e89497 2,259 1.00/1.00 vMB 70
676,886 676,886 0000000000000000000b5ef77bd4903bed245f40e359f60e3504ed4eaebe643c 2,922 1.00/1.00 vMB 83
676,885 676,885 0000000000000000000bfac5f33d6b9bef73b544a8ba3a895e9be02f0116ecd4 2,315 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.50 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.46 GB
    • Received: 15.52 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.