Loading Tool

Explorer IconExplorer

Memory Pool

76,606 transactions
28.54 vMB
0.06862780 BTC
Random Selection Loading Transactions
Max Size: 172.95/200 MB

Candidate Block

Mining Attempt 4c3602f38f03490ec256a756b5c40b4a5500b1b206aa4b398432fff6bf6ab913
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 7a1f25047113d02a070f56a67b424c528459209a375209ae16a7b3cfe001cee5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,820
Size: 1.00 vMB
Total Fees: 0.00947972 BTC
Feerates: 73.20 > 0.95 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (370,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,943 544,943 00000000000000000017dd19e5d743ff64ad2e3d707ace2aaf00b356c7e6bd5c 1,553 0.82/1.00 vMB 11
544,942 544,942 000000000000000000170ab877d668aa7b66922c847d84e9e4fa270a7eb25f9f 2,081 1.00/1.00 vMB 4
544,941 544,941 00000000000000000010a6a452a1b3f516720682ef7cd0a60237a351ea781ccc 2,702 1.00/1.00 vMB 17
544,940 544,940 00000000000000000003e63f52c1101692f43d4c372fdd2497a6e4c8aeb9356b 2,742 1.00/1.00 vMB 6
544,939 544,939 000000000000000000138bbbad5d039a6803e470a53eb26063e99f73f0f4c8a8 2,892 1.00/1.00 vMB 15
544,938 544,938 0000000000000000001e1c676c0a745258c6277aad22e29556133b896b7306b3 3,086 1.00/1.00 vMB 27
544,937 544,937 0000000000000000001fb8f591a114473c582cea6057afd97488cf4f532fc33f 3,230 1.00/1.00 vMB 8
544,936 544,936 0000000000000000001f30e983d6bc82a032bb2da036bc836a42d1783fd88c88 2,744 1.00/1.00 vMB 12
544,935 544,935 0000000000000000000046a249fd06d7eb3eaf71e9525b202b4ed4b1871c47e9 2,751 1.00/1.00 vMB 25
544,934 544,934 0000000000000000002587e9bdd8d17f30960a3ddcce418650665f17e4729a99 2,204 1.00/1.00 vMB 3
544,933 544,933 000000000000000000212fd791fdf4c22407ec193dc9219f723daf60acf6a94e 2,598 1.00/1.00 vMB 6
544,932 544,932 00000000000000000013e741ca04168aae39671f54c3ef5d83e297f00017ece9 2,730 1.00/1.00 vMB 40
544,931 544,931 0000000000000000000c9fb9cd607df1df0947f217cdceecd8d05a735bbe07c0 2,884 1.00/1.00 vMB 12
544,930 544,930 00000000000000000007fee61d32d4c9bccc197a9b8e797efd539318202d4d90 2,485 1.00/1.00 vMB 15
544,929 544,929 000000000000000000014400caa44e6c8b4171970ffee7d028c57cf0c0bb68d2 2,940 1.00/1.00 vMB 24
544,928 544,928 0000000000000000000e35d2ef9981f89d0a95ada79475acd3f44e886fecfb24 1,262 1.00/1.00 vMB 13
544,927 544,927 0000000000000000001db04834dbb74875778257f2247cde10039b932f3c515d 1,599 1.00/1.00 vMB 9
544,926 544,926 00000000000000000023b5ce45bbd7fe692e538a7f9114b72c315797f0c05a8c 2,543 1.00/1.00 vMB 11
544,925 544,925 000000000000000000159fd24ff21b7dce650464819cfc2d4f275be993cf6964 2,749 1.00/1.00 vMB 15
544,924 544,924 00000000000000000012cd69179a22173d7e0a912b6bf7337b1fc5e60d9cfa0f 2,781 1.00/1.00 vMB 6
544,923 544,923 00000000000000000014fa1706a9c4915930a15c2d921e07853dc5c252c3324e 2,826 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.