Loading Tool

Explorer IconExplorer

Memory Pool

81,715 transactions
30.12 vMB
0.07881437 BTC
Random Selection Loading Transactions
Max Size: 184.80/200 MB

Candidate Block

Mining Attempt 6cf640c2c347d0ff81559812c1a99e157eff84edeaa76d44e1b78e247aa09d55
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root a9ddd7c7224569d4dd0d4e41a684724e1d622612a1177e108831631d5044441b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,012
Size: 1.00 vMB
Total Fees: 0.01192025 BTC
Feerates: 60.16 > 1.19 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (789,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,890 125,890 0000000000003be5ca87f23e55450c12815ca981f4e50becc3d3fea24112480a 14 0.01/1.00 vMB 590
125,889 125,889 00000000000004be382855514e77b271f2c804e0a4e2446a7012104af3a75326 18 0.01/1.00 vMB 634
125,888 125,888 0000000000003c5c217ca2f4676f72229231ad946a8d2b05a4d6d97c01c6a93a 13 0.01/1.00 vMB 172
125,887 125,887 000000000000312fcb14586a086bcdf714a44d4dc17e3fd3169a0c68b60bd7c3 10 0.00/1.00 vMB 87
125,886 125,886 0000000000003584f3a2947ba69d0d2084786d3bc32a0014f4c58b249cd5d559 10 0.00/1.00 vMB 891
125,885 125,885 000000000000052f3fb60da6f76189e7c40b951ce161af172d1f52109efee071 19 0.01/1.00 vMB 293
125,884 125,884 0000000000002ee5cba2221c3702a74e8232906cb60dfc769381953e1cc55af9 66 0.03/1.00 vMB 115
125,883 125,883 00000000000029c03bf589b71b8da0edd51577d7d664b23878c5e2794ef6209a 9 0.00/1.00 vMB 781
125,882 125,882 000000000000362d43ddfaa7319b4a2c40280e901b9c48be76cdd6ae4f822c09 24 0.01/1.00 vMB 779
125,881 125,881 0000000000001fa214885736c5c7d65a1917672fa2209bf901ffa0ef749b8fc9 8 0.00/1.00 vMB 330
125,880 125,880 0000000000003b48acec3e2d9f5a70bf8a76ae9409f96b7cbe7ff47cc0e451b0 31 0.01/1.00 vMB 836
125,879 125,879 000000000000143a2cb8c17303eb31026303d1bf1db16ad984508c2bd6de0d5f 13 0.00/1.00 vMB 972
125,878 125,878 000000000000194c46a7998978c7fc94fe2c66f77f278a79b243698825c2e6df 65 0.02/1.00 vMB 1,933
125,877 125,877 0000000000003a41573dccfb0d11b329808e8e8b021e8748bec0d174e3bc3452 2 0.00/1.00 vMB 0
125,876 125,876 000000000000056dbf12cadfcb3df6030d2da7a68ae77c3b7935d53490fb1210 2 0.00/1.00 vMB 0
125,875 125,875 000000000000094ff79f2bff3b517c69c0496fb9144ff9b71e3fa5e68c1f7b1a 14 0.01/1.00 vMB 1,140
125,874 125,874 00000000000041908940e6371321f8d737809998f84d6e1a03aa8df77d8de37b 9 0.00/1.00 vMB 1,470
125,873 125,873 00000000000030bd33c623af4f2c28aa5fb0423468d9044c996d63fa229b3157 6 0.00/1.00 vMB 0
125,872 125,872 0000000000004101df288e0cee3239f9141c859a88952f53e46c6d40aac56c32 73 0.02/1.00 vMB 137
125,871 125,871 0000000000004029ad38fbcdabac4de28a63a6261350499d45300f2c97ed062b 2 0.00/1.00 vMB 3,891
125,870 125,870 00000000000015b3bd49f77ea6df71c9a297b6d67cea94976ee34f4888ea35f3 12 0.00/1.00 vMB 305
Previous 10 blocks ↓
Total Size: 782.96 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: 715.26 GB
    • Received: 17.68 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.