Loading Tool

Explorer IconExplorer

Memory Pool

42,642 transactions
27.81 vMB
0.05744532 BTC
Random Selection Loading Transactions
Max Size: 146.62/200 MB

Candidate Block

Mining Attempt db34b3232658a396e0bddffb32606ec749b8c914657b063f87eb11f972decb32
Version 20000000
Previous Block 00000000000000000001df441194999cee64e33a9cb681f5d079c783db8bbb61
Merkle Root 97d09e30a3e37411cd0c32c2516ac8c30e7b8c676eed5ae2d3735f547217aac5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,127
Size: 1.00 vMB
Total Fees: 0.00534814 BTC
Feerates: 40.21 > 0.54 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,808 (244,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,990 669,990 0000000000000000000869597141af54a6c4dbe20f347738d4e67dbbebc541cc 1,577 1.00/1.00 vMB 69
669,989 669,989 00000000000000000007f6605bb40240267e18152ae4f209d23c7a8024074888 3,019 1.00/1.00 vMB 79
669,988 669,988 000000000000000000092268e3cf355d088679ca0ee8d1f0748eea23bf1e4559 1,622 1.00/1.00 vMB 128
669,987 669,987 00000000000000000002c3a44c82f2862c41a029f5f01ee67110188cbae4133a 1,543 1.00/1.00 vMB 126
669,986 669,986 0000000000000000000a2400fd783818912852ffcf918c31c8915b323715c764 2,792 1.00/1.00 vMB 159
669,985 669,985 0000000000000000000a8199abbf793fc8cfe23ff915628a8d6c6178d1033fc0 1,720 1.00/1.00 vMB 71
669,984 669,984 00000000000000000009d45ada4522c4fc8dcac4b28994c71f1225c67745e083 2,695 1.00/1.00 vMB 77
669,983 669,983 000000000000000000077e8eaa041046ac7f20d7265072d542bf024ce8744c9d 2,047 1.00/1.00 vMB 112
669,982 669,982 0000000000000000000c4c5e16a15819f15c109430be0b2e8542505ed228a1ed 2,603 1.00/1.00 vMB 151
669,981 669,981 000000000000000000050706c6d5413dceb015182465a1ff302d20d24a7958e3 1,508 1.00/1.00 vMB 69
669,980 669,980 000000000000000000000a07fb7c49157edcfd86c0d22870b74dbad53250fda0 2,762 1.00/1.00 vMB 67
669,979 669,979 00000000000000000003130fdb0c1ee218875f6cb54b94955a043957e70d3472 3,036 1.00/1.00 vMB 71
669,978 669,978 00000000000000000007e1f6d0958e0f378ed0df98d33b6230be30621ad4594d 2,979 1.00/1.00 vMB 101
669,977 669,977 00000000000000000000a38230f7c5e5ab9386da40d0106b533e89aa524c7d7f 2,067 1.00/1.00 vMB 136
669,976 669,976 00000000000000000007794c8b43b740d21c5e5123e7389d4c3c5d9c102c8ee8 2,309 1.00/1.00 vMB 137
669,975 669,975 0000000000000000000c1c0fffcbda2b89d4f4b5386aef532d2df7ff90afafa0 2,893 1.00/1.00 vMB 154
669,974 669,974 0000000000000000000693c5f2a784c7f45e48deafd7748c634f12e22b6d171b 1,248 1.00/1.00 vMB 130
669,973 669,973 00000000000000000007a606cb147344e9cb790df1740b5cfdb945b718a2cca0 2,425 1.00/1.00 vMB 47
669,972 669,972 00000000000000000004461666a03420099cfd44eb2a03016eb9236163ce09d5 1,240 1.00/1.00 vMB 42
669,971 669,971 000000000000000000006c53a5ce2193ff53f8f8e51bd812c25e72dcc6dd59a9 1,646 1.00/1.00 vMB 70
669,970 669,970 000000000000000000048776f5c8cff026fee7bd9a90b644c6d7cbd426a7c8c7 1,980 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.05 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: 650.78 GB
    • Received: 13.33 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.