Loading Tool

Explorer IconExplorer

Memory Pool

78,107 transactions
28.97 vMB
0.07246174 BTC
Random Selection Loading Transactions
Max Size: 175.50/200 MB

Candidate Block

Mining Attempt 1776ad6bb12d6a8e5dc62f8688959eba75796503a2ea79bd9a86a54954526cb6
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root 406476390d738c7af6746c59c0397566f3bd38dfb5e7d247070ab8e9e78bdde1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,458
Size: 1.00 vMB
Total Fees: 0.01211216 BTC
Feerates: 191.02 > 1.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (190,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
724,804 724,804 0000000000000000000610031b237b018dc80c47c845c2efe17fad72ba51c44b 952 1.00/1.00 vMB 4
724,803 724,803 00000000000000000006b65172ab6c7e8b2a71f2df9f9ae7414428fae3a3790f 1 0.00/1.00 vMB 0
724,802 724,802 000000000000000000041a3292a5ce2ccf83dae074fd7c6ff0e9195bf0733520 3,071 1.00/1.00 vMB 9
724,801 724,801 00000000000000000002efffefed5a41d8a26d6f3dd4c0cfb73d81e25897530b 2,846 1.00/1.00 vMB 6
724,800 724,800 00000000000000000003af00e222f4d855463fd6ea11ee3f58f1856be18d4928 1,813 1.00/1.00 vMB 5
724,799 724,799 00000000000000000002ebfdc385d0f2d7add19355ec8fe9d3034e438da1812a 3,233 1.00/1.00 vMB 10
724,798 724,798 00000000000000000002dad0423aef22304ef2014e5857fb9b8a05c6703de2bb 2,681 1.00/1.00 vMB 13
724,797 724,797 000000000000000000088216d5adfd85f3ce4b78e3a3c2bb383da22f27fe0b49 2,862 1.00/1.00 vMB 14
724,796 724,796 0000000000000000000925bc9f6ba2b21edecf6e365c4f85372799ed083996fa 2,788 1.00/1.00 vMB 7
724,795 724,795 00000000000000000001c7fb550ab3a855e95f3ea4a4e4fd6d266ba467b3e896 2,057 1.00/1.00 vMB 13
724,794 724,794 00000000000000000006a0007467323584fde1b91ba43fa3d0a13f4aff65ebea 2,349 1.00/1.00 vMB 33
724,793 724,793 000000000000000000008830ee9489951a7c02e95fda0a60d7b5ba1ad578bc14 931 1.00/1.00 vMB 1
724,792 724,792 000000000000000000036b271d672b37274a17aea924e30e62e3e56442fc55ae 1,356 1.00/1.00 vMB 2
724,791 724,791 0000000000000000000996ae15e4c0c099a96deb46cad5985928755861d97f0f 2,655 1.00/1.00 vMB 5
724,790 724,790 000000000000000000093c75a2e278e8b190233c566f30ff385bf2896fac723d 2,400 1.00/1.00 vMB 8
724,789 724,789 000000000000000000096eb804ee9e907f2d56cb2f8ddf0f49aef5c96116a29e 977 1.00/1.00 vMB 6
724,788 724,788 0000000000000000000822c013af18768653cc3243369e4e34908ea96e59b8d2 2,562 1.00/1.00 vMB 11
724,787 724,787 00000000000000000005c5f08c5fe5acc96d874fb513322cdaa5af25bcdb1c8b 1,433 1.00/1.00 vMB 5
724,786 724,786 00000000000000000004bec371c222ff82e96cff467189dc93021cdf44e41e65 2,910 1.00/1.00 vMB 7
724,785 724,785 0000000000000000000907d315acd222f8db08cb22e57c4e8448a7d51381bd3f 2,194 1.00/1.00 vMB 16
724,784 724,784 0000000000000000000457a8f5801bd5d39d7b1699e8e7faeb0ec2a33a9f4769 2,796 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.55 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: 669.57 GB
    • Received: 15.75 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.