Loading Tool

Explorer IconExplorer

Memory Pool

45,183 transactions
27.45 vMB
0.10952863 BTC
Random Selection Loading Transactions
Max Size: 143.99/200 MB

Candidate Block

Mining Attempt 29ed32cc4e29513e72031ea744f2974f5ab12fa66b4e25087ba3a3d34f7cc81a
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 5cc28422f05d8fbc807ffede096e9d29fa3a8c201125fcb7c2aa12e536199f26
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.05142725 BTC
Feerates: 151.16 > 5.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (568,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
345,886 345,886 0000000000000000079b4f904ad951c83ea0cbdbff7fb8e8c3f7dc2240c7359c 764 0.43/1.00 vMB 23
345,885 345,885 0000000000000000044e66d532a5f972c31572cb0d9a47c5ae1973c681595027 1,892 0.91/1.00 vMB 26
345,884 345,884 000000000000000004e7484f906f6a3d845c0c98112704c950a95aeea87d6b3f 213 0.11/1.00 vMB 39
345,883 345,883 000000000000000003a281f8d0d823559ab93cabe2987170af4b946d90e73a23 316 0.13/1.00 vMB 34
345,882 345,882 00000000000000000c5f748a455bd54f663252f522fd9a6edc293dd53f6e4e20 1,431 0.75/1.00 vMB 27
345,881 345,881 0000000000000000011aa6f0fed6ec0ea58a510b8d4b5c35c6bf7b46d2e6cea8 380 0.26/1.00 vMB 17
345,880 345,880 000000000000000005e9ec1f60622eded3bc45e4d937f82136437afc8c88060a 1,438 0.75/1.00 vMB 26
345,879 345,879 00000000000000000cf2570f1adc7aa8cc2599e81f92c17079c66cae4598935b 293 0.18/1.00 vMB 20
345,878 345,878 00000000000000001651b977f09d191eddb229820e03a251736623c40c1b1c16 94 0.09/1.00 vMB 35
345,877 345,877 00000000000000000eb9caa91e21fab7a52e916e8473e3dc35957c4ad99d888d 270 0.19/1.00 vMB 18
345,876 345,876 000000000000000014becf95dc8fc83024c1047513a06aedc53834210fd2d4c2 1,101 0.59/1.00 vMB 20
345,875 345,875 0000000000000000142820bbb0d3c0621d94d7e769a7c2ad599885e298a5b7c4 1,633 0.90/1.00 vMB 26
345,874 345,874 00000000000000000d5f987c06a6e326d9e886ba9675f4067b9e9117a8b662d6 857 0.75/1.00 vMB 20
345,873 345,873 0000000000000000080cffa2fdeafd1e5e126b36e46934b9a8c06d1647df9b51 939 0.75/1.00 vMB 18
345,872 345,872 000000000000000013335123efbc402b759b2442258b41098c7b25234fe5ae93 2,402 0.75/1.00 vMB 46
345,871 345,871 00000000000000000604bb1dd2cbca3628271bf719a016c6875ccd8dfdc9abd4 96 0.04/1.00 vMB 29
345,870 345,870 00000000000000000a6a0edca070dee331e5f7940eb6f022c5893b91407e8fee 1,776 0.90/1.00 vMB 28
345,869 345,869 0000000000000000136197b00d3684485500435064d1b61e4f69f5f3a5b2be77 512 0.23/1.00 vMB 28
345,868 345,868 0000000000000000155cb376be0456809649df26521dd9365e3c24ce23a78ac4 419 0.25/1.00 vMB 19
345,867 345,867 00000000000000000703bc0adf14abbd9c0abd30c90785c6b25efe49c31fd995 1,903 1.00/1.00 vMB 25
345,866 345,866 0000000000000000061f07528a564d0d617de2569f152ff49020e13b7f88861d 499 0.31/1.00 vMB 21
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.