Loading Tool

Explorer IconExplorer

Memory Pool

44,964 transactions
27.37 vMB
0.10415451 BTC
Random Selection Loading Transactions
Max Size: 143.54/200 MB

Candidate Block

Mining Attempt 03d0e976dd54f9138504f9a78cc69e20cd078e499ba082df638926e74ca7f444
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 65d830a49c8cba26d3ac40486aa21fe0c1718a4e922f0dd15315d19b78222c8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,595
Size: 1.00 vMB
Total Fees: 0.04763847 BTC
Feerates: 151.16 > 4.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (499,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,619 415,619 0000000000000000008bbcd7a27ca10cb06d4aa484666978956a92e87557bb52 2,101 1.00/1.00 vMB 44
415,618 415,618 00000000000000000299df8b47ef92ff9064e5b10292afdb1b0eea56e0d8bdfb 2,065 1.00/1.00 vMB 45
415,617 415,617 00000000000000000382d11124d9b3e658603c0626fcc8819b649619aac0c3da 2,514 1.00/1.00 vMB 77
415,616 415,616 00000000000000000195226efda811adeb3bca85f06197b0c80e1a84d4dd9c37 1,843 1.00/1.00 vMB 39
415,615 415,615 00000000000000000136cb955d4c6862e13148357cd1a80846e763bcba9e8d0d 3,024 1.00/1.00 vMB 61
415,614 415,614 000000000000000002999a69df40b896cffa56803e01ff55dc16a42d7aad1765 2,763 0.99/1.00 vMB 79
415,613 415,613 000000000000000003d22aca980d108d9a0fea50c464ddda42c6666e87eaf71e 1,802 0.91/1.00 vMB 48
415,612 415,612 0000000000000000027e1fb6c10e331b84f070ed8194fa2f45d45848916d2787 1,927 0.99/1.00 vMB 48
415,611 415,611 000000000000000003c411c61f33a7b63d6b83e5bc648793359f010567e8203f 389 0.68/1.00 vMB 12
415,610 415,610 000000000000000004aa22a77a6c3da30746658bd146c432b6b6ee2cdd14fdf2 1,891 1.00/1.00 vMB 40
415,609 415,609 00000000000000000239e62faaed20a979b112b2c1130f51fa19da26b1b96176 2,713 1.00/1.00 vMB 70
415,608 415,608 000000000000000000abfcfb71811201f0aa37df42869068a03f93c6631fd62e 1,585 1.00/1.00 vMB 41
415,607 415,607 00000000000000000110e350de68d3f0432aaabb1cbfb846413b10c5e0b75d78 1,807 1.00/1.00 vMB 48
415,606 415,606 000000000000000003793ef454cf0421eec3841d3c7116f94bbf41a35d685813 1,720 1.00/1.00 vMB 45
415,605 415,605 0000000000000000043cdfcc991562bd767d7bd4e7613bad57854a480dad08e0 1,886 1.00/1.00 vMB 49
415,604 415,604 000000000000000004607805ec03180113b42ac8b61fd4ad5176b2b30674c2a4 1,978 1.00/1.00 vMB 65
415,603 415,603 000000000000000005295d3d62abbf58bb98fef3c14efd2c79f36ed1324510c4 291 0.22/1.00 vMB 53
415,602 415,602 0000000000000000041e23ec08a8bc7b1053ef7a352b246d59281070891e980b 988 0.92/1.00 vMB 28
415,601 415,601 00000000000000000073ceb18f83251a90ea7de27623e2c91fc2e21bdcbb78df 2,244 1.00/1.00 vMB 58
415,600 415,600 000000000000000000ab33f0a763efa518296b082ee2f775d0d5a1be0a4befd2 1,139 0.98/1.00 vMB 25
415,599 415,599 0000000000000000014005f62d3022e77f2c4126d2402bbb1621a980a07633ab 1,145 0.98/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.