Loading Tool

Explorer IconExplorer

Memory Pool

81,243 transactions
29.85 vMB
0.10551684 BTC
Random Selection Loading Transactions
Max Size: 180.51/200 MB

Candidate Block

Mining Attempt 77c85cd3a440eacee8b2ce30fa1e1e14ef4334231232b5e2d0beef194c10949e
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root fdc4c9765c6df2224ad640d5a0b1a9b1a57c727dc54fa0fdd9cacb34905f3a21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,134
Size: 1.00 vMB
Total Fees: 0.03989209 BTC
Feerates: 146.36 > 4.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (339,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,898 575,898 00000000000000000009969d265fcab75a5294bf41795a419536edafca721f28 2,835 1.00/1.00 vMB 70
575,897 575,897 00000000000000000007af5c628433c9ceb8b13c4e0b456fccf79788f15da261 3,073 1.00/1.00 vMB 81
575,896 575,896 000000000000000000030c747b8ba37b6de455a2a4503930d0e8e8b36f4990d6 3,113 1.00/1.00 vMB 107
575,895 575,895 000000000000000000118eb9b2aade3c8398803acbdf9bd2b35d7da464bfc30b 1,958 1.00/1.00 vMB 48
575,894 575,894 00000000000000000008f9d0984c59556f2d4729d3622c2e33558b177a76ca90 2,158 1.00/1.00 vMB 47
575,893 575,893 0000000000000000001afad0f4cb00457c40f5655ff18a5d5eb82ec4963ff3a0 1,898 1.00/1.00 vMB 43
575,892 575,892 0000000000000000001989d638dff1d038e8e2b26983fba98aa5509d1a5ffe02 2,507 1.00/1.00 vMB 50
575,891 575,891 00000000000000000010b6dcea977e366bf8cab67ecb02b318d7ea65810d72d6 2,642 1.00/1.00 vMB 69
575,890 575,890 0000000000000000001a818629e3085ac60fda828edbe0151d6d8cd6fd0ca412 2,418 1.00/1.00 vMB 43
575,889 575,889 0000000000000000001ee0b218478fa713f34c8c31d4fb4760753a24fd3d51b1 1,900 1.00/1.00 vMB 65
575,888 575,888 00000000000000000014fa6a15fd698cf5be8619763fd8873a0da4ab3fa57123 2,646 1.00/1.00 vMB 65
575,887 575,887 0000000000000000001c5bfe4d6f6a754b88f39712a418a9b26cf0903be6aadd 2,651 1.00/1.00 vMB 104
575,886 575,886 0000000000000000002939b87d0307a27066e78a1ed8b6313a614c92eae29cc7 2,100 1.00/1.00 vMB 65
575,885 575,885 00000000000000000027292beb0f39676f1ba27d856f3841127aac3a52bbbe9d 3,013 1.00/1.00 vMB 99
575,884 575,884 00000000000000000022c6e24101cf37a729ffffac22b23d29520e194e4c6bb0 2,912 1.00/1.00 vMB 124
575,883 575,883 0000000000000000000c22f0ba05531fa4773f640d32b748d630a738ab47b28b 2,023 1.00/1.00 vMB 44
575,882 575,882 00000000000000000009aba02c16d038c8d5db90a49b1c5170157182b51929f4 2,524 1.00/1.00 vMB 57
575,881 575,881 000000000000000000227c152db4aa9379ef5351e015895df91ed8b2210fa585 2,513 1.00/1.00 vMB 73
575,880 575,880 000000000000000000265e662c4dd2f1d461bb106a05a22e321289fcabaa4562 2,301 1.00/1.00 vMB 97
575,879 575,879 00000000000000000014e7ea1c81b0daf0a9cbaadf10e8e7d1255a153d526467 2,452 1.00/1.00 vMB 98
575,878 575,878 000000000000000000075ce19f1b4e9020f0fe4bb8b3c781fa10528e47b2717b 2,395 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.