Loading Tool

Explorer IconExplorer

Memory Pool

73,699 transactions
27.23 vMB
0.06347942 BTC
Random Selection Loading Transactions
Max Size: 166.36/200 MB

Candidate Block

Mining Attempt a3356c3163542bc54423303c12794319017a429694b8e36368295c1acd869319
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root cee91d4e9d876232192638c10c0d15cbe1e614f14e9b1de575ce1b04d42d781c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.00573661 BTC
Feerates: 73.20 > 0.57 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (789,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
125,869 125,869 000000000000077022d8d5cdb91ac6bca40140dd938dd2c823a518273160d7d7 6 0.00/1.00 vMB 2,405
125,868 125,868 0000000000000cfeca66c781eee4a1591060aca185790e1b82d44711103f2e85 12 0.01/1.00 vMB 1,167
Previous 10 blocks ↓
Total Size: 782.84 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: 711.99 GB
    • Received: 17.15 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.