Loading Tool

Explorer IconExplorer

Memory Pool

82,376 transactions
31.10 vMB
0.12494987 BTC
Random Selection Loading Transactions
Max Size: 186.94/200 MB

Candidate Block

Mining Attempt 5f89e8ab39953644d76511fbc4f4a6c8d642a9c73f21e9c7a93660442e8196e0
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root d3c29b4248c7fd4b785610ff62e0027269d5310904e32e193c9ac8cfc4792b85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,067
Size: 1.00 vMB
Total Fees: 0.05400795 BTC
Feerates: 180.34 > 5.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (481,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,807 433,807 0000000000000000018fa8bc81a0c0a37c62e03919611c0005919631bc700b13 1,823 1.00/1.00 vMB 44
433,806 433,806 0000000000000000036c52c2226d588643e814234500dda4e19444d084b95fdc 2,357 1.00/1.00 vMB 54
433,805 433,805 000000000000000000d90517dbfa29120052d81cd4956fe3b62b2db90d466fac 2,418 1.00/1.00 vMB 47
433,804 433,804 00000000000000000392ea9a19e9b9ccf239405effb39b29183ecfb19e844ee2 2,592 1.00/1.00 vMB 51
433,803 433,803 000000000000000002ac0a8173c0764f63bb615765a7885e0d4e5a723f902e90 2,221 1.00/1.00 vMB 77
433,802 433,802 000000000000000003a6d0060fa7669dc8097af73e19f44593fc0e39516b3869 2,138 1.00/1.00 vMB 62
433,801 433,801 0000000000000000042657edc6a556c48b533475e761c580fb7388440a30d84b 2,324 1.00/1.00 vMB 63
433,800 433,800 00000000000000000287fdc05bf49dd10e2d2c5d98a61d3509f3e6515403fa55 381 0.10/1.00 vMB 57
433,799 433,799 00000000000000000252fdb87bc97589502a973d6d3037bc80cf27c03d07bbab 1,860 1.00/1.00 vMB 62
433,798 433,798 000000000000000002074e9461051a747f8b06c1e890237de55c75ebc9da0a36 2,465 1.00/1.00 vMB 85
433,797 433,797 000000000000000001d2b083243454b367e8ab2e2e6a1e2c33be35bbfdd6f852 2,723 1.00/1.00 vMB 89
433,796 433,796 000000000000000001023aeee6fb5ef443067b7bb3872c1adfd7b07d2d6b285c 3,014 1.00/1.00 vMB 54
433,795 433,795 00000000000000000174450f372ab1ab3db946396c8a14a2fb18978e84e45c29 2,217 1.00/1.00 vMB 59
433,794 433,794 000000000000000003fcd092ecc65dfa356c9feed571a9ac2c5a6791a1d0bb19 2,304 1.00/1.00 vMB 96
433,793 433,793 000000000000000000fc6e5ac4af50703f4bda86e0728330d742444ca2fa6d69 2,549 1.00/1.00 vMB 75
433,792 433,792 000000000000000000b63a944d69ccd1dfde08d82435c990b1a59adb655156ff 2,054 1.00/1.00 vMB 58
433,791 433,791 000000000000000002a74182e2d840e161e42f242c3e07e1380c19221d257de3 3,002 1.00/1.00 vMB 74
433,790 433,790 000000000000000003190b8cb273e815457a718195dec5976bd5f4fac50c174a 2,877 1.00/1.00 vMB 65
433,789 433,789 000000000000000001194d28d1339810fa1da9b749ca1eaaaaada52fd1804e50 1 0.00/1.00 vMB 0
433,788 433,788 00000000000000000262a490f53b095f4f4790ab40e7f25682b04a25391c6ece 2,237 1.00/1.00 vMB 58
433,787 433,787 0000000000000000017074c79f3b1cb178a488b1374330228f96a521f857000d 2,092 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.69 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: 697.29 GB
    • Received: 16.53 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.