Loading Tool

Explorer IconExplorer

Memory Pool

41,644 transactions
26.66 vMB
0.05770616 BTC
Random Selection Loading Transactions
Max Size: 139.96/200 MB

Candidate Block

Mining Attempt eaf5c0fec9ec6b40f9f4655fd116e99894c6e5374a4d091aa59a1b9d180b02d1
Version 20000000
Previous Block 00000000000000000000dbff82779b294ccb8ffef3251a2f04537190df676bc3
Merkle Root 5bd29c936f1e89ad9b84441ff9c2abea109990a5cb10ca4282c87ca31fa3f9ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,018
Size: 1.00 vMB
Total Fees: 0.00840578 BTC
Feerates: 500.44 > 0.84 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,940 (120,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,889 794,889 00000000000000000004b469f03bb272101b0e0a910a515a1a3521aad0faaacc 1,442 1.00/1.00 vMB 18
794,888 794,888 00000000000000000003a8e73dcbbeec5f342a0603568a989cd8aca3a6006515 400 1.00/1.00 vMB 13
794,887 794,887 000000000000000000009e36de661863ba7a68474123a859539e8bb6ce639cda 1,514 1.00/1.00 vMB 20
794,886 794,886 00000000000000000004f4293334396ccebb85d916e108175a257d89a29c36cb 751 1.00/1.00 vMB 14
794,885 794,885 00000000000000000000f5f6eee7d3e2fb796ca52b539461d152608dbf33fad4 1,235 1.00/1.00 vMB 19
794,884 794,884 0000000000000000000467b6ce04cd85c54078cdcd6e16ef1e35c5d6419cf849 1,466 1.00/1.00 vMB 17
794,883 794,883 00000000000000000003b6e3749ddba7f425e7bbff5c471f4ee3e4dc0a4d627f 1,440 1.00/1.00 vMB 17
794,882 794,882 00000000000000000001be602b6ec74086d766f923082852ee7dbdcdfc734dd8 2,561 1.00/1.00 vMB 22
794,881 794,881 000000000000000000011c2f9ef38ffaaf28a46dec1c389a3c9d5e2f95e3c42c 2,562 1.00/1.00 vMB 21
794,880 794,880 000000000000000000037f1ab483a04742a7444bffad107a263c5b6b798c06d1 2,277 1.00/1.00 vMB 14
794,879 794,879 000000000000000000034caf564e02fdfe778d5d1b2db080927e3436164601a0 2,542 1.00/1.00 vMB 22
794,878 794,878 00000000000000000002b8b2df95eb2b9692ece96fbdf6952869e81c06b027d5 1,671 1.00/1.00 vMB 16
794,877 794,877 00000000000000000001f816e277e0ccb1e07d769c452c1c99ee7aeefc62b91e 602 1.00/1.00 vMB 14
794,876 794,876 000000000000000000001d30de62f7e7a1f21791ab453bc081395e21c566861b 745 1.00/1.00 vMB 14
794,875 794,875 000000000000000000053513491215f5c2404dff1d4b1d033f8bbd198d887199 1,384 1.00/1.00 vMB 15
794,874 794,874 00000000000000000003ccdde3b50c4ec704355a1f1d349b9fca2a7f0ed6bfff 3,266 1.00/1.00 vMB 23
794,873 794,873 0000000000000000000059327a0d2e15c3315140fdb20cf591d901797b18c2a4 2,895 1.00/1.00 vMB 14
794,872 794,872 00000000000000000001d833fdfbac7dd00c2317a60ad3e7f25af8b7fc8e1820 2,443 1.00/1.00 vMB 16
794,871 794,871 00000000000000000002c72f5bc7570231f5d2f3dfa911647148d51542a65b88 2,478 1.00/1.00 vMB 21
794,870 794,870 00000000000000000001a5233a0b1a9c068680640af1360e860c1e2521bc6fb1 3,518 1.00/1.00 vMB 26
794,869 794,869 00000000000000000005405cd3a2573174e7eb60abf2732c800b49d959891ecd 3,143 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.28 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: 656.91 GB
    • Received: 14.44 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.