Loading Tool

Explorer IconExplorer

Memory Pool

15,994 transactions
7.07 vMB
0.03264828 BTC
Random Selection Loading Transactions
Max Size: 43.04/200 MB

Candidate Block

Mining Attempt 00cbbda955c6e9bcc78dc6f4145ef6d068f5f7ce6bd5d8d6bedb77d2c78e17f4
Version 20000000
Previous Block 00000000000000000000c349a2bd3b417fa8f044b5abdb5585c40d48c92179b5
Merkle Root d9a0c22a2fc47bc239ecf63a3e55437aa0d57cf5adced640aede5908483b3bdb
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,909
Size: 1.00 vMB
Total Fees: 0.02575500 BTC
Feerates: 153.89 > 2.58 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,290 (813,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,950 124,950 000000000000375df172418074652302cecb6079369cb3c73d68d6b5779ef1b7 29 0.02/1.00 vMB 978
124,949 124,949 000000000000168a8ebcda9beadd6acee95eeb0a94fdb6d8e05e3ce305e11a47 1 0.00/1.00 vMB 0
124,948 124,948 0000000000003eccedc3029b9a3c3f6a52c73f5577af2af6e05b98c444715db8 17 0.00/1.00 vMB 1,221
124,947 124,947 00000000000005d02d1827513c4e7e8294a81ff8552cd5b4cb51a51017e0b209 250 0.06/1.00 vMB 3,684
124,946 124,946 000000000000500c6d4a4b9e0f9c6a3b79a111ed7b8dd0d02ac4b73c825eed4d 18 0.00/1.00 vMB 1,273
124,945 124,945 000000000000321e778de02ee5b3467a130f44e1d5a8dfb020523bf9322f9818 31 0.02/1.00 vMB 324
124,944 124,944 0000000000002e766705854de28894d13a81739a011a16285035cd8176b2bd1f 9 0.00/1.00 vMB 2,946
124,943 124,943 0000000000004fff556d15c4ac112209a18d84128b96846a480b45b6b0b12742 7 0.00/1.00 vMB 2,728
124,942 124,942 00000000000016b507617906873ed136ff77263ad10b9a0492b4d59a5b28f7e5 48 0.01/1.00 vMB 376
124,941 124,941 0000000000001bce512b9a7c6c149b9adcf6fcda41819ccf16b2276dc2b2489b 11 0.00/1.00 vMB 0
124,940 124,940 0000000000001db8ed272da1d95f1c79cd8ed9cfb45eff4547bcf37b28327d87 11 0.00/1.00 vMB 348
124,939 124,939 00000000000022b8e4b93786fa4f3678581a9749633cad15d2fcbeb438a03650 47 0.02/1.00 vMB 972
124,938 124,938 00000000000060f1222dd30038d28a3467681568a7507c9403195084e2c7e829 1 0.00/1.00 vMB 0
124,937 124,937 000000000000014c05cdcd220ec3d08f4aa0b71f444c137a30942b3cac20e7d0 10 0.00/1.00 vMB 944
124,936 124,936 0000000000002997d11e06896773224e811db4155b0cc58333d85d8851d896f7 12 0.00/1.00 vMB 1,473
124,935 124,935 000000000000099dbc282f904b50b01315673af69d444ac2c044d1eae7a77fe2 7 0.00/1.00 vMB 1,033
124,934 124,934 0000000000003cc30317e2815f57e416c19e678c050700782a25e7e88b7689c0 22 0.01/1.00 vMB 634
124,933 124,933 00000000000029c95452837834c4afff2d40d02231b94760258a7c836c703159 11 0.00/1.00 vMB 0
124,932 124,932 000000000000692c4909c55492287148427c085e555fc51e3b2f587371927037 12 0.00/1.00 vMB 469
124,931 124,931 000000000000482c771aed69a30410fc560ff48204ad7e802bcdcff8ee31233a 53 0.03/1.00 vMB 230
124,930 124,930 00000000000046467519408a0baa8cd2007eca06619faf1d7bdac7c7cebd34d4 3 0.01/1.00 vMB 1,130
Previous 10 blocks ↓
Total Size: 823.65 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: 4,091.20 GB
    • Received: 224.82 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.