Loading Tool

Explorer IconExplorer

Memory Pool

56,083 transactions
31.87 vMB
0.20395602 BTC
Random Selection Loading Transactions
Max Size: 171.82/200 MB

Candidate Block

Mining Attempt 0648bbdc8b0f6dff05927a7c256312378eea45d9232285218cd286e7017261e8
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root d4f759261e31d9e37d4e33390b795d2420c4bae398a74ff113e38279e144eb5e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,510
Size: 1.00 vMB
Total Fees: 0.09275533 BTC
Feerates: 502.67 > 9.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (317,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,773 597,773 00000000000000000013de30c3c4325785235ade7cb0f038b2beff54cc886eca 2,045 1.00/1.00 vMB 36
597,772 597,772 0000000000000000001160f5cec9be1c2be73d988ea84fc878f9b84d6cb4d44f 2,665 1.00/1.00 vMB 25
597,771 597,771 0000000000000000000544438edc92db73d11a6f78c8551d726b13fe6cd52e05 3,373 1.00/1.00 vMB 57
597,770 597,770 00000000000000000005e570a9ffc637a4f84b189e649b705f99371a396bccae 3,129 0.95/1.00 vMB 20
597,769 597,769 00000000000000000005cbab80dd535634e2b5b5f7436d6f2dbfd5433eadbab8 2,669 1.00/1.00 vMB 23
597,768 597,768 000000000000000000111366e1aeab25e3a06a58598d5c1064a17d7796e28fb3 2,894 1.00/1.00 vMB 38
597,767 597,767 000000000000000000052e9a32e958722391cca5ed39d5b9b384537f5f73c830 839 0.26/1.00 vMB 28
597,766 597,766 0000000000000000000e775d1d02197a1dc0f403c2b24da33c5389f63edded9a 584 0.17/1.00 vMB 31
597,765 597,765 000000000000000000047fbefe61d7a493f3c71d6d9558731a3d2bbda9d591c6 1,492 0.44/1.00 vMB 23
597,764 597,764 00000000000000000003283abaf7d6d41a70b43569ec5827d82fab3481849186 2,005 0.55/1.00 vMB 23
597,763 597,763 00000000000000000015ed2ebde1b0d15ac9126d1b075e0b632c4904ccbb9d5f 253 0.31/1.00 vMB 3
597,762 597,762 0000000000000000000de173bcdbd04c0a17f098157fdb650c616265b223c034 883 0.23/1.00 vMB 32
597,761 597,761 00000000000000000002235aecfad86fcff7fc41c6e77ca94f3a0d5d6dc104ea 3,156 0.82/1.00 vMB 23
597,760 597,760 0000000000000000001231728d9e08d9dba398a9426a6ddb53d5ca9bf350422e 3,645 0.99/1.00 vMB 33
597,759 597,759 0000000000000000000a14d043f50b8552bca1b5f91ecd18394a56c28ba2fbba 411 0.10/1.00 vMB 40
597,758 597,758 0000000000000000000bbff60c2fad46269261b9aef2a90341256083bde3ed70 2,592 0.68/1.00 vMB 25
597,757 597,757 00000000000000000004d0e7f13ae72fa9e616db111b9269af4d0d22f9e23b40 2,085 0.53/1.00 vMB 22
597,756 597,756 0000000000000000001147c85a1f1088644686406a975cf34302051c5db956b6 3,381 1.00/1.00 vMB 24
597,755 597,755 00000000000000000008b4c37daf291e49304a77e6350fe5d875d6b5d48aeca0 2,137 0.50/1.00 vMB 25
597,754 597,754 0000000000000000000e58902f116a05bbbdc5b57a8ae65b1e1dff8a1e2b640c 818 0.21/1.00 vMB 32
597,753 597,753 0000000000000000000e930287815402e5b1801bdb39cf993b3da14a2e273bca 2,710 0.68/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.06 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: 651.13 GB
    • Received: 13.42 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.